Color Hex Logo

#b4c88f Color Hex

#B4C88F
(180,200,143)
0 Favorites   0 Comments

Color spaces of #b4c88f

RGB 180200143
HSL0.230.340.67
HSV81°29°78°
CMYK 0.100.000.29   0.22
XYZ44.434652.995033.8737
Yxy52.99500.33840.4036
Hunter Lab72.7977-18.442223.3700
CIE-Lab77.8720-16.562026.3302

#b4c88f color RGB value is (180,200,143).

#b4c88f hex color red value is 180, green value is 200 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b4c88f hue: 0.23 , saturation: 0.34 and the lightness value of b4c88f is 0.67.

The process color (four color CMYK) of #b4c88f color hex is 0.10, 0.00, 0.29, 0.22. Web safe color of #b4c88f is #cccc99. Color #b4c88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001000 10001111
Octal 264 310 217
Decimal 180 200 143
Hex B4 C8 8F

RGB Percentages of Color #b4c88f

%34.42
%38.24
%27.34

CMYK Percentages of Color #b4c88f

%10
%0
%29
%22

Triadic Colors of #b4c88f

#b4c88f #8fb4c8 #c88fb4

Analogous Colors of #b4c88f

#b4c88f #98c88f #c8c08f

Monochromatic Colors of #b4c88f

#b4c88f

Complementary Color

#b4c88f #a38fc8

#b4c88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4c88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4c88f Color CSS Codes

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

#b4c88f Text Font Color

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

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


#b4c88f Background Color

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

This div background color is #b4c88f


#b4c88f Border Color

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

This div border color is #b4c88f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,200,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4c88f


Comments

No comments written yet.

Please login to write comment.