Color Hex Logo

#b1c08e Color Hex

#B1C08E
(177,192,142)
0 Favorites   0 Comments

Color spaces of #b1c08e

RGB 177192142
HSL0.220.280.65
HSV78°26°75°
CMYK 0.080.000.26   0.25
XYZ41.863648.999432.8426
Yxy48.99940.33840.3961
Hunter Lab69.9996-15.746421.1818
CIE-Lab75.4510-13.759923.5451

#b1c08e color RGB value is (177,192,142).

#b1c08e hex color red value is 177, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b1c08e hue: 0.22 , saturation: 0.28 and the lightness value of b1c08e is 0.65.

The process color (four color CMYK) of #b1c08e color hex is 0.08, 0.00, 0.26, 0.25. Web safe color of #b1c08e is #99cc99. Color #b1c08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11000000 10001110
Octal 261 300 216
Decimal 177 192 142
Hex B1 C0 8E

RGB Percentages of Color #b1c08e

%34.64
%37.57
%27.79

CMYK Percentages of Color #b1c08e

%8
%0
%26
%25

Triadic Colors of #b1c08e

#b1c08e #8eb1c0 #c08eb1

Analogous Colors of #b1c08e

#b1c08e #98c08e #c0b68e

Monochromatic Colors of #b1c08e

#b1c08e

Complementary Color

#b1c08e #9d8ec0

#b1c08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c08e Color CSS Codes

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

#b1c08e Text Font Color

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

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


#b1c08e Background Color

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

This div background color is #b1c08e


#b1c08e Border Color

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

This div border color is #b1c08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c08e


Comments

No comments written yet.

Please login to write comment.