Color Hex Logo

#b4cb8e Color Hex

#B4CB8E
(180,203,142)
0 Favorites   0 Comments

Color spaces of #b4cb8e

RGB 180203142
HSL0.230.370.68
HSV83°30°80°
CMYK 0.110.000.30   0.20
XYZ45.060854.368233.7103
Yxy54.36820.33840.4084
Hunter Lab73.7348-19.951024.5080
CIE-Lab78.6759-18.212727.9345

#b4cb8e color RGB value is (180,203,142).

#b4cb8e hex color red value is 180, green value is 203 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b4cb8e hue: 0.23 , saturation: 0.37 and the lightness value of b4cb8e is 0.68.

The process color (four color CMYK) of #b4cb8e color hex is 0.11, 0.00, 0.30, 0.20. Web safe color of #b4cb8e is #cccc99. Color #b4cb8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001011 10001110
Octal 264 313 216
Decimal 180 203 142
Hex B4 CB 8E

RGB Percentages of Color #b4cb8e

%34.29
%38.67
%27.05

CMYK Percentages of Color #b4cb8e

%11
%0
%30
%20

Triadic Colors of #b4cb8e

#b4cb8e #8eb4cb #cb8eb4

Analogous Colors of #b4cb8e

#b4cb8e #96cb8e #cbc48e

Monochromatic Colors of #b4cb8e

#b4cb8e

Complementary Color

#b4cb8e #a58ecb

#b4cb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cb8e Color CSS Codes

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

#b4cb8e Text Font Color

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

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


#b4cb8e Background Color

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

This div background color is #b4cb8e


#b4cb8e Border Color

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

This div border color is #b4cb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cb8e


Comments

No comments written yet.

Please login to write comment.