Color Hex Logo

#b4c57a Color Hex

#B4C57A
(180,197,122)
0 Favorites   0 Comments

Color spaces of #b4c57a

RGB 180197122
HSL0.200.390.63
HSV74°38°77°
CMYK 0.090.000.38   0.23
XYZ42.301551.040926.0347
Yxy51.04090.35440.4276
Hunter Lab71.4429-19.334928.4040
CIE-Lab76.7038-17.838135.6991

#b4c57a color RGB value is (180,197,122).

#b4c57a hex color red value is 180, green value is 197 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b4c57a hue: 0.20 , saturation: 0.39 and the lightness value of b4c57a is 0.63.

The process color (four color CMYK) of #b4c57a color hex is 0.09, 0.00, 0.38, 0.23. Web safe color of #b4c57a is #cccc66. Color #b4c57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11000101 01111010
Octal 264 305 172
Decimal 180 197 122
Hex B4 C5 7A

RGB Percentages of Color #b4c57a

%36.07
%39.48
%24.45

CMYK Percentages of Color #b4c57a

%9
%0
%38
%23

Triadic Colors of #b4c57a

#b4c57a #7ab4c5 #c57ab4

Analogous Colors of #b4c57a

#b4c57a #8fc57a #c5b17a

Monochromatic Colors of #b4c57a

#b4c57a

Complementary Color

#b4c57a #8b7ac5

#b4c57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4c57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4c57a Color CSS Codes

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

#b4c57a Text Font Color

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

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


#b4c57a Background Color

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

This div background color is #b4c57a


#b4c57a Border Color

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

This div border color is #b4c57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4c57a


Comments

No comments written yet.

Please login to write comment.