Color Hex Logo

#bdd3cf Color Hex

#BDD3CF
(189,211,207)
0 Favorites   0 Comments

Color spaces of #bdd3cf

RGB 189211207
HSL0.470.200.78
HSV169°10°83°
CMYK 0.100.000.02   0.17
XYZ55.543061.912368.0543
Yxy61.91230.29940.3337
Hunter Lab78.6844-11.69523.7990
CIE-Lab82.8668-8.1267-0.5397

#bdd3cf color RGB value is (189,211,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 11001111
Octal 275 323 317
Decimal 189 211 207
Hex BD D3 CF

RGB Percentages of Color #bdd3cf

%31.14
%34.76
%34.10

CMYK Percentages of Color #bdd3cf

%10
%0
%2
%17

Triadic Colors of #bdd3cf

#bdd3cf #cfbdd3 #d3cfbd

Analogous Colors of #bdd3cf

#bdd3cf #bdccd3 #bdd3c4

Monochromatic Colors of #bdd3cf

#bdd3cf

Complementary Color

#bdd3cf #d3bdc1

#bdd3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3cf Color CSS Codes

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

#bdd3cf Text Font Color

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

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


#bdd3cf Background Color

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

This div background color is #bdd3cf


#bdd3cf Border Color

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

This div border color is #bdd3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3cf


Comments

No comments written yet.

Please login to write comment.