COLOR #BADEF4

HEX: #BADEF4
RGB: (186,222,244)

Color info

#BADEF4 contains red, green and blue colors in about the same proportion. Web safe color of #BADEF4 is #CCCCFF (or #CCF).

RGB color model

#BADEF4 color RGB value is (186,222,244).

  • red value is 186;
  • green value is 222;
  • blue value is 244.
RGB:
(186,222,244)
(73%,87%,96%)

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 244 of 255 = 96%

186
222
244

R + G + B ~ 85%. #BADEF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 222 + 244 = 652 (100%)
R 186 of 652 ~ 28.53%
G 222 of 652 ~ 34.05%
B 244 of 652 ~ 37.42%

%28.53
%34.05
%37.42

CMYK color model

#BADEF4 color CMYK value is (24,9,0,4).

  • cyan value is 23.77%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(24,9,0,4)
C24M9Y0K4 
(24%,9%,0%,4%)
(0.24/0.09/0.00/0.04)	

CMYK percentages

%23.77
%9.02
%0
%4.31

Codes

Color #BADEF4 in popluar color models

BADEF4
RGB186222244
HSL203°72.50%84.31%
HSB/HSV203°23.77%95.69%
CMYK23.77%9.02%0.00%
4.31%

Color #BADEF4 in popluar number systems.

HEXBADEF4
Decimal186222244
Binary101110101101111011110100
Octal272336364

Shades and tints

Shades of #BADEF4

#BADEF4
(186,222,244)
#AACADE
(170,202,222)
#9AB6C8
(154,182,200)
#8AA2B2
(138,162,178)
#7A8E9C
(122,142,156)
#6A7A86
(106,122,134)
#5A6670
(90,102,112)
#4A525A
(74,82,90)
#3A3E44
(58,62,68)
#2A2A2E
(42,42,46)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #BADEF4

#BADEF4
(186,222,244)
#C0E1F5
(192,225,245)
#C6E4F6
(198,228,246)
#CCE7F7
(204,231,247)
#D2EAF8
(210,234,248)
#D8EDF9
(216,237,249)
#DEF0FA
(222,240,250)
#E4F3FB
(228,243,251)
#EAF6FC
(234,246,252)
#F0F9FD
(240,249,253)
#F6FCFE
(246,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADEF4 color. Also use rgb(186,222,244) instead hex code.

Text Font Color

.myTextColor { color: #BADEF4; }

<p style="color:#BADEF4">This sample text font color is #BADEF4.</p>

This text font color is #BADEF4.


Background Color

.myBgColor { background-color: #BADEF4; }

<div style="background-color:#BADEF4">Inner text</div>

This div background color is #BADEF4.


Border color

.myBorderColor { border: 1px solid #BADEF4; }

<div style="border:3px solid #BADEF4">Div</div>

This div border color is #BADEF4.


Opacity

.myOpacity80 { color: #BADEF4; opacity: 0.8; }

<p style="color:#BADEF4;opacity:0.8;">80%</p>

Text with #BADEF4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BADEF4;}

<p style="text-shadow: 3px 3px 1px #BADEF4">Text here.</p>

This text has shadow with #BADEF4 color.

.textShadow {text-shadow: 3px 3px 1px #BADEF4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BADEF4, 5px 5px 20px red">Text here.</p>

This text has shadow with #BADEF4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BADEF4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BADEF4, Direction=45, Strength=4)">Text</p>

This text has shadow with #BADEF4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BADEF4;
  -webkit-box-shadow:	1px 1px 3px 2px #BADEF4;
  box-shadow:		1px 1px 3px 2px #BADEF4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BADEF4;
-webkit-box-shadow: 1px 1px 3px 2px #BADEF4;
box-shadow:1px 1px 3px 2px #BADEF4;">
Div content here</div>
This div box has shadow with color #BADEF4.

Preview

Color preview on black background

This text has color #BADEF4 on black background.


Color preview on white background

This text has color #BADEF4 on white background.



Black color preview on #BADEF4 background

This text has black color on #BADEF4 background.


White color preview on #BADEF4 background

This text has white color on #BADEF4 background.