Color Hex Logo

#bad9ec Color Hex

#BAD9EC
(186,217,236)
0 Favorites   0 Comments

Color spaces of #bad9ec

RGB 186217236
HSL0.560.570.83
HSV203°21°93°
CMYK 0.210.080.00   0.07
XYZ60.202966.120988.9465
Yxy66.12090.27970.3072
Hunter Lab81.3148-10.1450-7.9343
CIE-Lab85.0580-6.1941-12.7238

#bad9ec color RGB value is (186,217,236).

#bad9ec hex color red value is 186, green value is 217 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bad9ec hue: 0.56 , saturation: 0.57 and the lightness value of bad9ec is 0.83.

The process color (four color CMYK) of #bad9ec color hex is 0.21, 0.08, 0.00, 0.07. Web safe color of #bad9ec is #ccccff. Color #bad9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 11101100
Octal 272 331 354
Decimal 186 217 236
Hex BA D9 EC

RGB Percentages of Color #bad9ec

%29.11
%33.96
%36.93

CMYK Percentages of Color #bad9ec

%21
%8
%0
%7

Triadic Colors of #bad9ec

#bad9ec #ecbad9 #d9ecba

Analogous Colors of #bad9ec

#bad9ec #bac0ec #baece6

Monochromatic Colors of #bad9ec

#bad9ec

Complementary Color

#bad9ec #eccdba

#bad9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad9ec Color CSS Codes

.mybgcolor {background-color:#bad9ec; } 
.myforecolor {color:#bad9ec; }
.mybordercolor {border:3px solid #bad9ec; }

#bad9ec Text Font Color

<p style="color:#bad9ec">Text here</p>

This sample text font color is #bad9ec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bad9ec Background Color

<div style="background-color:#bad9ec">
Div content here</div>

This div background color is #bad9ec


#bad9ec Border Color

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

This div border color is #bad9ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,217,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bad9ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bad9ec;
  -webkit-box-shadow: 1px 1px 3px 2px #bad9ec;
  box-shadow:         1px 1px 3px 2px #bad9ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,217,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bad9ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bad9ec;
  -webkit-box-shadow: 1px 1px 3px 2px #bad9ec;
  box-shadow:         1px 1px 3px 2px #bad9ec;">
Div content here</div>

This div box has shadow with color #bad9ec


Comments

No comments written yet.

Please login to write comment.