Color Hex Logo

#b9c6a4 Color Hex

#B9C6A4
(185,198,164)
0 Favorites   0 Comments

Color spaces of #b9c6a4

RGB 185198164
HSL0.230.230.71
HSV83°17°78°
CMYK 0.070.000.17   0.22
XYZ46.902553.382842.9538
Yxy53.38280.32740.3727
Hunter Lab73.0635-13.274716.2881
CIE-Lab78.1005-10.491415.5601

#b9c6a4 color RGB value is (185,198,164).

#b9c6a4 hex color red value is 185, green value is 198 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #b9c6a4 hue: 0.23 , saturation: 0.23 and the lightness value of b9c6a4 is 0.71.

The process color (four color CMYK) of #b9c6a4 color hex is 0.07, 0.00, 0.17, 0.22. Web safe color of #b9c6a4 is #cccc99. Color #b9c6a4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11000110 10100100
Octal 271 306 244
Decimal 185 198 164
Hex B9 C6 A4

RGB Percentages of Color #b9c6a4

%33.82
%36.20
%29.98

CMYK Percentages of Color #b9c6a4

%7
%0
%17
%22

Triadic Colors of #b9c6a4

#b9c6a4 #a4b9c6 #c6a4b9

Analogous Colors of #b9c6a4

#b9c6a4 #a8c6a4 #c6c2a4

Monochromatic Colors of #b9c6a4

#b9c6a4

Complementary Color

#b9c6a4 #b1a4c6

#b9c6a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9c6a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9c6a4 Color CSS Codes

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

#b9c6a4 Text Font Color

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

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


#b9c6a4 Background Color

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

This div background color is #b9c6a4


#b9c6a4 Border Color

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

This div border color is #b9c6a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9c6a4


Comments

No comments written yet.

Please login to write comment.