Color Hex Logo

#bdd6cd Color Hex

#BDD6CD
(189,214,205)
0 Favorites   0 Comments

Color spaces of #bdd6cd

RGB 189214205
HSL0.440.230.79
HSV158°12°84°
CMYK 0.120.000.04   0.16
XYZ56.052363.319767.0253
Yxy63.31970.30070.3397
Hunter Lab79.5737-13.51725.7613
CIE-Lab83.6103-10.05781.6085

#bdd6cd color RGB value is (189,214,205).

#bdd6cd hex color red value is 189, green value is 214 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdd6cd hue: 0.44 , saturation: 0.23 and the lightness value of bdd6cd is 0.79.

The process color (four color CMYK) of #bdd6cd color hex is 0.12, 0.00, 0.04, 0.16. Web safe color of #bdd6cd is #cccccc. Color #bdd6cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 11001101
Octal 275 326 315
Decimal 189 214 205
Hex BD D6 CD

RGB Percentages of Color #bdd6cd

%31.09
%35.20
%33.72

CMYK Percentages of Color #bdd6cd

%12
%0
%4
%16

Triadic Colors of #bdd6cd

#bdd6cd #cdbdd6 #d6cdbd

Analogous Colors of #bdd6cd

#bdd6cd #bdd3d6 #bdd6c1

Monochromatic Colors of #bdd6cd

#bdd6cd

Complementary Color

#bdd6cd #d6bdc6

#bdd6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd6cd Color CSS Codes

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

#bdd6cd Text Font Color

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

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


#bdd6cd Background Color

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

This div background color is #bdd6cd


#bdd6cd Border Color

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

This div border color is #bdd6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd6cd


Comments

No comments written yet.

Please login to write comment.