Color Hex Logo

#b9cfdd Color Hex

#B9CFDD
(185,207,221)
0 Favorites   0 Comments

Color spaces of #b9cfdd

RGB 185207221
HSL0.560.350.80
HSV203°16°87°
CMYK 0.160.060.00   0.13
XYZ55.371660.160477.1003
Yxy60.16040.28740.3123
Hunter Lab77.5631-8.3060-4.6420
CIE-Lab81.9253-4.4991-9.4266

#b9cfdd color RGB value is (185,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11011101
Octal 271 317 335
Decimal 185 207 221
Hex B9 CF DD

RGB Percentages of Color #b9cfdd

%30.18
%33.77
%36.05

CMYK Percentages of Color #b9cfdd

%16
%6
%0
%13

Triadic Colors of #b9cfdd

#b9cfdd #ddb9cf #cfddb9

Analogous Colors of #b9cfdd

#b9cfdd #b9bddd #b9ddd9

Monochromatic Colors of #b9cfdd

#b9cfdd

Complementary Color

#b9cfdd #ddc7b9

#b9cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cfdd Color CSS Codes

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

#b9cfdd Text Font Color

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

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


#b9cfdd Background Color

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

This div background color is #b9cfdd


#b9cfdd Border Color

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

This div border color is #b9cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cfdd


Comments

No comments written yet.

Please login to write comment.