Color Hex Logo

#bdd4de Color Hex

#BDD4DE
(189,212,222)
0 Favorites   0 Comments

Color spaces of #bdd4de

RGB 189212222
HSL0.550.330.81
HSV198°15°87°
CMYK 0.150.050.00   0.13
XYZ57.714663.179778.2603
Yxy63.17970.28980.3172
Hunter Lab79.4857-9.4909-2.7360
CIE-Lab83.5368-5.6366-7.5376

#bdd4de color RGB value is (189,212,222).

#bdd4de hex color red value is 189, green value is 212 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdd4de hue: 0.55 , saturation: 0.33 and the lightness value of bdd4de is 0.81.

The process color (four color CMYK) of #bdd4de color hex is 0.15, 0.05, 0.00, 0.13. Web safe color of #bdd4de is #cccccc. Color #bdd4de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 11011110
Octal 275 324 336
Decimal 189 212 222
Hex BD D4 DE

RGB Percentages of Color #bdd4de

%30.34
%34.03
%35.63

CMYK Percentages of Color #bdd4de

%15
%5
%0
%13

Triadic Colors of #bdd4de

#bdd4de #debdd4 #d4debd

Analogous Colors of #bdd4de

#bdd4de #bdc4de #bdded8

Monochromatic Colors of #bdd4de

#bdd4de

Complementary Color

#bdd4de #dec7bd

#bdd4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd4de Color CSS Codes

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

#bdd4de Text Font Color

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

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


#bdd4de Background Color

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

This div background color is #bdd4de


#bdd4de Border Color

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

This div border color is #bdd4de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,212,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd4de


Comments

No comments written yet.

Please login to write comment.