Color Hex Logo

#b9cfdc Color Hex

#B9CFDC
(185,207,220)
0 Favorites   0 Comments

Color spaces of #b9cfdc

RGB 185207220
HSL0.560.330.79
HSV202°16°86°
CMYK 0.160.060.00   0.14
XYZ55.238760.107276.4006
Yxy60.10720.28810.3135
Hunter Lab77.5288-8.4956-4.1570
CIE-Lab81.8964-4.7090-8.9355

#b9cfdc color RGB value is (185,207,220).

#b9cfdc hex color red value is 185, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b9cfdc hue: 0.56 , saturation: 0.33 and the lightness value of b9cfdc is 0.79.

The process color (four color CMYK) of #b9cfdc color hex is 0.16, 0.06, 0.00, 0.14. Web safe color of #b9cfdc is #cccccc. Color #b9cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11011100
Octal 271 317 334
Decimal 185 207 220
Hex B9 CF DC

RGB Percentages of Color #b9cfdc

%30.23
%33.82
%35.95

CMYK Percentages of Color #b9cfdc

%16
%6
%0
%14

Triadic Colors of #b9cfdc

#b9cfdc #dcb9cf #cfdcb9

Analogous Colors of #b9cfdc

#b9cfdc #b9bedc #b9dcd8

Monochromatic Colors of #b9cfdc

#b9cfdc

Complementary Color

#b9cfdc #dcc6b9

#b9cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cfdc Color CSS Codes

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

#b9cfdc Text Font Color

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

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


#b9cfdc Background Color

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

This div background color is #b9cfdc


#b9cfdc Border Color

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

This div border color is #b9cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cfdc


Comments

No comments written yet.

Please login to write comment.