Color Hex Logo

#bdd5de Color Hex

#BDD5DE
(189,213,222)
3 Favorites   0 Comments

Color spaces of #bdd5de

RGB 189213222
HSL0.550.330.81
HSV196°15°87°
CMYK 0.150.040.00   0.13
XYZ57.965363.681278.3439
Yxy63.68120.28980.3184
Hunter Lab79.8005-9.9925-2.3474
CIE-Lab83.7995-6.1566-7.1485

#bdd5de color RGB value is (189,213,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 11011110
Octal 275 325 336
Decimal 189 213 222
Hex BD D5 DE

RGB Percentages of Color #bdd5de

%30.29
%34.13
%35.58

CMYK Percentages of Color #bdd5de

%15
%4
%0
%13

Triadic Colors of #bdd5de

#bdd5de #debdd5 #d5debd

Analogous Colors of #bdd5de

#bdd5de #bdc5de #bdded7

Monochromatic Colors of #bdd5de

#bdd5de

Complementary Color

#bdd5de #dec6bd

#bdd5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd5de Color CSS Codes

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

#bdd5de Text Font Color

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

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


#bdd5de Background Color

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

This div background color is #bdd5de


#bdd5de Border Color

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

This div border color is #bdd5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd5de


Comments

No comments written yet.

Please login to write comment.