Color Hex Logo

#b5c07e Color Hex

#B5C07E
(181,192,126)
0 Favorites   0 Comments

Color spaces of #b5c07e

RGB 181192126
HSL0.190.340.62
HSV70°34°75°
CMYK 0.060.000.34   0.25
XYZ41.671649.029427.0060
Yxy49.02940.35400.4165
Hunter Lab70.0210-16.306026.1475
CIE-Lab75.4696-14.422832.0463

#b5c07e color RGB value is (181,192,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000000 01111110
Octal 265 300 176
Decimal 181 192 126
Hex B5 C0 7E

RGB Percentages of Color #b5c07e

%36.27
%38.48
%25.25

CMYK Percentages of Color #b5c07e

%6
%0
%34
%25

Triadic Colors of #b5c07e

#b5c07e #7eb5c0 #c07eb5

Analogous Colors of #b5c07e

#b5c07e #94c07e #c0aa7e

Monochromatic Colors of #b5c07e

#b5c07e

Complementary Color

#b5c07e #897ec0

#b5c07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c07e Color CSS Codes

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

#b5c07e Text Font Color

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

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


#b5c07e Background Color

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

This div background color is #b5c07e


#b5c07e Border Color

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

This div border color is #b5c07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c07e


Comments

No comments written yet.

Please login to write comment.