Color Hex Logo

#bdd0ce Color Hex

#BDD0CE
(189,208,206)
0 Favorites   0 Comments

Color spaces of #bdd0ce

RGB 189208206
HSL0.480.170.78
HSV174°82°
CMYK 0.090.000.01   0.18
XYZ54.682760.386867.1662
Yxy60.38680.30010.3314
Hunter Lab77.7089-10.38273.1501
CIE-Lab82.0480-6.7670-1.2043

#bdd0ce color RGB value is (189,208,206).

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

The process color (four color CMYK) of #bdd0ce color hex is 0.09, 0.00, 0.01, 0.18. Web safe color of #bdd0ce is #cccccc. Color #bdd0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 11001110
Octal 275 320 316
Decimal 189 208 206
Hex BD D0 CE

RGB Percentages of Color #bdd0ce

%31.34
%34.49
%34.16

CMYK Percentages of Color #bdd0ce

%9
%0
%1
%18

Triadic Colors of #bdd0ce

#bdd0ce #cebdd0 #d0cebd

Analogous Colors of #bdd0ce

#bdd0ce #bdc9d0 #bdd0c5

Monochromatic Colors of #bdd0ce

#bdd0ce

Complementary Color

#bdd0ce #d0bdbf

#bdd0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0ce Color CSS Codes

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

#bdd0ce Text Font Color

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

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


#bdd0ce Background Color

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

This div background color is #bdd0ce


#bdd0ce Border Color

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

This div border color is #bdd0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0ce


Comments

No comments written yet.

Please login to write comment.