Color Hex Logo

#bdd3ce Color Hex

#BDD3CE
(189,211,206)
0 Favorites   0 Comments

Color spaces of #bdd3ce

RGB 189211206
HSL0.460.200.78
HSV166°10°83°
CMYK 0.100.000.02   0.17
XYZ55.421161.863667.4124
Yxy61.86360.30010.3349
Hunter Lab78.6534-11.86814.2410
CIE-Lab82.8408-8.3210-0.0451

#bdd3ce color RGB value is (189,211,206).

#bdd3ce hex color red value is 189, green value is 211 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bdd3ce hue: 0.46 , saturation: 0.20 and the lightness value of bdd3ce is 0.78.

The process color (four color CMYK) of #bdd3ce color hex is 0.10, 0.00, 0.02, 0.17. Web safe color of #bdd3ce is #cccccc. Color #bdd3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 11001110
Octal 275 323 316
Decimal 189 211 206
Hex BD D3 CE

RGB Percentages of Color #bdd3ce

%31.19
%34.82
%33.99

CMYK Percentages of Color #bdd3ce

%10
%0
%2
%17

Triadic Colors of #bdd3ce

#bdd3ce #cebdd3 #d3cebd

Analogous Colors of #bdd3ce

#bdd3ce #bdcdd3 #bdd3c3

Monochromatic Colors of #bdd3ce

#bdd3ce

Complementary Color

#bdd3ce #d3bdc2

#bdd3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3ce Color CSS Codes

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

#bdd3ce Text Font Color

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

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


#bdd3ce Background Color

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

This div background color is #bdd3ce


#bdd3ce Border Color

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

This div border color is #bdd3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3ce


Comments

No comments written yet.

Please login to write comment.