Color Hex Logo

#b9ccaf Color Hex

#B9CCAF
(185,204,175)
0 Favorites   0 Comments

Color spaces of #b9ccaf

RGB 185204175
HSL0.280.220.74
HSV99°14°80°
CMYK 0.090.000.14   0.20
XYZ49.338356.595248.8810
Yxy56.59520.31870.3656
Hunter Lab75.2298-14.585614.1368
CIE-Lab79.9514-11.744612.2929

#b9ccaf color RGB value is (185,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001100 10101111
Octal 271 314 257
Decimal 185 204 175
Hex B9 CC AF

RGB Percentages of Color #b9ccaf

%32.80
%36.17
%31.03

CMYK Percentages of Color #b9ccaf

%9
%0
%14
%20

Triadic Colors of #b9ccaf

#b9ccaf #afb9cc #ccafb9

Analogous Colors of #b9ccaf

#b9ccaf #afccb4 #c8ccaf

Monochromatic Colors of #b9ccaf

#b9ccaf

Complementary Color

#b9ccaf #c2afcc

#b9ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ccaf Color CSS Codes

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

#b9ccaf Text Font Color

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

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


#b9ccaf Background Color

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

This div background color is #b9ccaf


#b9ccaf Border Color

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

This div border color is #b9ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ccaf


Comments

No comments written yet.

Please login to write comment.