Color Hex Logo

#b9dfcb Color Hex

#B9DFCB
(185,223,203)
0 Favorites   0 Comments

Color spaces of #b9dfcb

RGB 185223203
HSL0.410.370.80
HSV148°17°87°
CMYK 0.170.000.09   0.13
XYZ57.174867.401466.4963
Yxy67.40140.29920.3528
Hunter Lab82.0984-19.36149.4464
CIE-Lab85.7062-16.31165.6710

#b9dfcb color RGB value is (185,223,203).

#b9dfcb hex color red value is 185, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b9dfcb hue: 0.41 , saturation: 0.37 and the lightness value of b9dfcb is 0.80.

The process color (four color CMYK) of #b9dfcb color hex is 0.17, 0.00, 0.09, 0.13. Web safe color of #b9dfcb is #cccccc. Color #b9dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 11001011
Octal 271 337 313
Decimal 185 223 203
Hex B9 DF CB

RGB Percentages of Color #b9dfcb

%30.28
%36.50
%33.22

CMYK Percentages of Color #b9dfcb

%17
%0
%9
%13

Triadic Colors of #b9dfcb

#b9dfcb #cbb9df #dfcbb9

Analogous Colors of #b9dfcb

#b9dfcb #b9dfde #badfb9

Monochromatic Colors of #b9dfcb

#b9dfcb

Complementary Color

#b9dfcb #dfb9cd

#b9dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfcb Color CSS Codes

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

#b9dfcb Text Font Color

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

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


#b9dfcb Background Color

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

This div background color is #b9dfcb


#b9dfcb Border Color

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

This div border color is #b9dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfcb


Comments

No comments written yet.

Please login to write comment.