Color Hex Logo

#bdd0ec Color Hex

#BDD0EC
(189,208,236)
0 Favorites   0 Comments

Color spaces of #bdd0ec

RGB 189208236
HSL0.600.550.83
HSV216°20°93°
CMYK 0.200.120.00   0.07
XYZ58.682561.986788.2286
Yxy61.98670.28090.2967
Hunter Lab78.7316-4.7357-11.3297
CIE-Lab82.9063-0.5652-15.9293

#bdd0ec color RGB value is (189,208,236).

#bdd0ec hex color red value is 189, green value is 208 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bdd0ec hue: 0.60 , saturation: 0.55 and the lightness value of bdd0ec is 0.83.

The process color (four color CMYK) of #bdd0ec color hex is 0.20, 0.12, 0.00, 0.07. Web safe color of #bdd0ec is #ccccff. Color #bdd0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 11101100
Octal 275 320 354
Decimal 189 208 236
Hex BD D0 EC

RGB Percentages of Color #bdd0ec

%29.86
%32.86
%37.28

CMYK Percentages of Color #bdd0ec

%20
%12
%0
%7

Triadic Colors of #bdd0ec

#bdd0ec #ecbdd0 #d0ecbd

Analogous Colors of #bdd0ec

#bdd0ec #c2bdec #bde8ec

Monochromatic Colors of #bdd0ec

#bdd0ec

Complementary Color

#bdd0ec #ecd9bd

#bdd0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0ec Color CSS Codes

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

#bdd0ec Text Font Color

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

This sample text font color is #bdd0ec
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.


#bdd0ec Background Color

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

This div background color is #bdd0ec


#bdd0ec Border Color

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

This div border color is #bdd0ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,208,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 #bdd0ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0ec


Comments

No comments written yet.

Please login to write comment.