Color Hex Logo

#b9caaf Color Hex

#B9CAAF
(185,202,175)
0 Favorites   0 Comments

Color spaces of #b9caaf

RGB 185202175
HSL0.270.200.74
HSV98°13°79°
CMYK 0.080.000.13   0.21
XYZ48.866055.650548.7235
Yxy55.65050.31890.3632
Hunter Lab74.5993-13.622913.4950
CIE-Lab79.4145-10.716911.5319

#b9caaf color RGB value is (185,202,175).

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

The process color (four color CMYK) of #b9caaf color hex is 0.08, 0.00, 0.13, 0.21. Web safe color of #b9caaf is #cccc99. Color #b9caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 10101111
Octal 271 312 257
Decimal 185 202 175
Hex B9 CA AF

RGB Percentages of Color #b9caaf

%32.92
%35.94
%31.14

CMYK Percentages of Color #b9caaf

%8
%0
%13
%21

Triadic Colors of #b9caaf

#b9caaf #afb9ca #caafb9

Analogous Colors of #b9caaf

#b9caaf #afcab3 #c7caaf

Monochromatic Colors of #b9caaf

#b9caaf

Complementary Color

#b9caaf #c0afca

#b9caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9caaf Color CSS Codes

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

#b9caaf Text Font Color

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

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


#b9caaf Background Color

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

This div background color is #b9caaf


#b9caaf Border Color

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

This div border color is #b9caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9caaf


Comments

No comments written yet.

Please login to write comment.