Color Hex Logo

#8baa2c Color Hex

#8BAA2C
(139,170,44)
0 Favorites   0 Comments

Color spaces of #8baa2c

RGB 13917044
HSL0.210.590.42
HSV75°74°67°
CMYK 0.180.000.74   0.33
XYZ25.476834.42037.6839
Yxy34.42030.37700.5093
Hunter Lab58.6688-25.157233.3029
CIE-Lab65.2948-28.025757.5146

#8baa2c color RGB value is (139,170,44).

#8baa2c hex color red value is 139, green value is 170 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #8baa2c hue: 0.21 , saturation: 0.59 and the lightness value of 8baa2c is 0.42.

The process color (four color CMYK) of #8baa2c color hex is 0.18, 0.00, 0.74, 0.33. Web safe color of #8baa2c is #999933. Color #8baa2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 00101100
Octal 213 252 54
Decimal 139 170 44
Hex 8B AA 2C

RGB Percentages of Color #8baa2c

%39.38
%48.16
%12.46

CMYK Percentages of Color #8baa2c

%18
%0
%74
%33

Triadic Colors of #8baa2c

#8baa2c #2c8baa #aa2c8b

Analogous Colors of #8baa2c

#8baa2c #4caa2c #aa8a2c

Monochromatic Colors of #8baa2c

#8baa2c

Complementary Color

#8baa2c #4b2caa

#8baa2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baa2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baa2c Color CSS Codes

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

#8baa2c Text Font Color

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

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


#8baa2c Background Color

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

This div background color is #8baa2c


#8baa2c Border Color

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

This div border color is #8baa2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,170,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8baa2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8baa2c;
  -webkit-box-shadow: 1px 1px 3px 2px #8baa2c;
  box-shadow:         1px 1px 3px 2px #8baa2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,170,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baa2c


Comments

No comments written yet.

Please login to write comment.