Color Hex Logo

#bdd2ec Color Hex

#BDD2EC
(189,210,236)
0 Favorites   0 Comments

Color spaces of #bdd2ec

RGB 189210236
HSL0.590.550.83
HSV213°20°93°
CMYK 0.200.110.00   0.07
XYZ59.173262.968188.3922
Yxy62.96810.28110.2991
Hunter Lab79.3524-5.7591-10.4976
CIE-Lab83.4256-1.6199-15.1492

#bdd2ec color RGB value is (189,210,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 11101100
Octal 275 322 354
Decimal 189 210 236
Hex BD D2 EC

RGB Percentages of Color #bdd2ec

%29.76
%33.07
%37.17

CMYK Percentages of Color #bdd2ec

%20
%11
%0
%7

Triadic Colors of #bdd2ec

#bdd2ec #ecbdd2 #d2ecbd

Analogous Colors of #bdd2ec

#bdd2ec #c0bdec #bdeaec

Monochromatic Colors of #bdd2ec

#bdd2ec

Complementary Color

#bdd2ec #ecd7bd

#bdd2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd2ec Color CSS Codes

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

#bdd2ec Text Font Color

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

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


#bdd2ec Background Color

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

This div background color is #bdd2ec


#bdd2ec Border Color

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

This div border color is #bdd2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd2ec


Comments

No comments written yet.

Please login to write comment.