Color Hex Logo

#b9cbaf Color Hex

#B9CBAF
(185,203,175)
0 Favorites   0 Comments

Color spaces of #b9cbaf

RGB 185203175
HSL0.270.210.74
HSV99°14°80°
CMYK 0.090.000.14   0.20
XYZ49.101456.121348.8020
Yxy56.12130.31880.3644
Hunter Lab74.9142-14.104513.8161
CIE-Lab79.6828-11.231211.9124

#b9cbaf color RGB value is (185,203,175).

#b9cbaf hex color red value is 185, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b9cbaf hue: 0.27 , saturation: 0.21 and the lightness value of b9cbaf is 0.74.

The process color (four color CMYK) of #b9cbaf color hex is 0.09, 0.00, 0.14, 0.20. Web safe color of #b9cbaf is #cccc99. Color #b9cbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001011 10101111
Octal 271 313 257
Decimal 185 203 175
Hex B9 CB AF

RGB Percentages of Color #b9cbaf

%32.86
%36.06
%31.08

CMYK Percentages of Color #b9cbaf

%9
%0
%14
%20

Triadic Colors of #b9cbaf

#b9cbaf #afb9cb #cbafb9

Analogous Colors of #b9cbaf

#b9cbaf #afcbb3 #c7cbaf

Monochromatic Colors of #b9cbaf

#b9cbaf

Complementary Color

#b9cbaf #c1afcb

#b9cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cbaf Color CSS Codes

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

#b9cbaf Text Font Color

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

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


#b9cbaf Background Color

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

This div background color is #b9cbaf


#b9cbaf Border Color

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

This div border color is #b9cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cbaf


Comments

No comments written yet.

Please login to write comment.