Color Hex Logo

#b9c07e Color Hex

#B9C07E
(185,192,126)
0 Favorites   0 Comments

Color spaces of #b9c07e

RGB 185192126
HSL0.180.340.62
HSV66°34°75°
CMYK 0.040.000.34   0.25
XYZ42.623149.519927.0505
Yxy49.51990.35760.4155
Hunter Lab70.3704-15.031326.4681
CIE-Lab75.7736-12.863932.5015

#b9c07e color RGB value is (185,192,126).

#b9c07e hex color red value is 185, green value is 192 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b9c07e hue: 0.18 , saturation: 0.34 and the lightness value of b9c07e is 0.62.

The process color (four color CMYK) of #b9c07e color hex is 0.04, 0.00, 0.34, 0.25. Web safe color of #b9c07e is #cccc66. Color #b9c07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11000000 01111110
Octal 271 300 176
Decimal 185 192 126
Hex B9 C0 7E

RGB Percentages of Color #b9c07e

%36.78
%38.17
%25.05

CMYK Percentages of Color #b9c07e

%4
%0
%34
%25

Triadic Colors of #b9c07e

#b9c07e #7eb9c0 #c07eb9

Analogous Colors of #b9c07e

#b9c07e #98c07e #c0a67e

Monochromatic Colors of #b9c07e

#b9c07e

Complementary Color

#b9c07e #857ec0

#b9c07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9c07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9c07e Color CSS Codes

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

#b9c07e Text Font Color

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

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


#b9c07e Background Color

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

This div background color is #b9c07e


#b9c07e Border Color

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

This div border color is #b9c07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9c07e


Comments

No comments written yet.

Please login to write comment.