Color Hex Logo

#b9caaa Color Hex

#B9CAAA
(185,202,170)
0 Favorites   0 Comments

Color spaces of #b9caaa

RGB 185202170
HSL0.260.230.73
HSV92°16°79°
CMYK 0.080.000.16   0.21
XYZ48.383855.457646.1845
Yxy55.45760.32250.3697
Hunter Lab74.4699-14.349015.3586
CIE-Lab79.3041-11.563014.0464

#b9caaa color RGB value is (185,202,170).

#b9caaa hex color red value is 185, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b9caaa hue: 0.26 , saturation: 0.23 and the lightness value of b9caaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 10101010
Octal 271 312 252
Decimal 185 202 170
Hex B9 CA AA

RGB Percentages of Color #b9caaa

%33.21
%36.27
%30.52

CMYK Percentages of Color #b9caaa

%8
%0
%16
%21

Triadic Colors of #b9caaa

#b9caaa #aab9ca #caaab9

Analogous Colors of #b9caaa

#b9caaa #aacaab #c9caaa

Monochromatic Colors of #b9caaa

#b9caaa

Complementary Color

#b9caaa #bbaaca

#b9caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9caaa Color CSS Codes

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

#b9caaa Text Font Color

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

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


#b9caaa Background Color

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

This div background color is #b9caaa


#b9caaa Border Color

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

This div border color is #b9caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9caaa


Comments

No comments written yet.

Please login to write comment.