Color Hex Logo

#bdd1cf Color Hex

#BDD1CF
(189,209,207)
0 Favorites   0 Comments

Color spaces of #bdd1cf

RGB 189209207
HSL0.480.180.78
HSV174°10°82°
CMYK 0.100.000.01   0.18
XYZ55.049260.924767.8897
Yxy60.92470.29940.3314
Hunter Lab78.0543-10.70463.0690
CIE-Lab82.3382-7.0911-1.3130

#bdd1cf color RGB value is (189,209,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 11001111
Octal 275 321 317
Decimal 189 209 207
Hex BD D1 CF

RGB Percentages of Color #bdd1cf

%31.24
%34.55
%34.21

CMYK Percentages of Color #bdd1cf

%10
%0
%1
%18

Triadic Colors of #bdd1cf

#bdd1cf #cfbdd1 #d1cfbd

Analogous Colors of #bdd1cf

#bdd1cf #bdc9d1 #bdd1c5

Monochromatic Colors of #bdd1cf

#bdd1cf

Complementary Color

#bdd1cf #d1bdbf

#bdd1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd1cf Color CSS Codes

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

#bdd1cf Text Font Color

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

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


#bdd1cf Background Color

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

This div background color is #bdd1cf


#bdd1cf Border Color

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

This div border color is #bdd1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd1cf


Comments

No comments written yet.

Please login to write comment.