Color Hex Logo

#8aa752 Color Hex

#8AA752
(138,167,82)
0 Favorites   0 Comments

Color spaces of #8aa752

RGB 13816782
HSL0.220.340.49
HSV80°51°65°
CMYK 0.170.000.51   0.35
XYZ25.822933.649913.1167
Yxy33.64990.35570.4636
Hunter Lab58.0085-22.054427.1995
CIE-Lab64.6837-23.938340.3338

#8aa752 color RGB value is (138,167,82).

#8aa752 hex color red value is 138, green value is 167 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #8aa752 hue: 0.22 , saturation: 0.34 and the lightness value of 8aa752 is 0.49.

The process color (four color CMYK) of #8aa752 color hex is 0.17, 0.00, 0.51, 0.35. Web safe color of #8aa752 is #999966. Color #8aa752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100111 01010010
Octal 212 247 122
Decimal 138 167 82
Hex 8A A7 52

RGB Percentages of Color #8aa752

%35.66
%43.15
%21.19

CMYK Percentages of Color #8aa752

%17
%0
%51
%35

Triadic Colors of #8aa752

#8aa752 #528aa7 #a7528a

Analogous Colors of #8aa752

#8aa752 #60a752 #a79a52

Monochromatic Colors of #8aa752

#8aa752

Complementary Color

#8aa752 #6f52a7

#8aa752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa752 Color CSS Codes

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

#8aa752 Text Font Color

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

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


#8aa752 Background Color

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

This div background color is #8aa752


#8aa752 Border Color

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

This div border color is #8aa752


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,167,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8aa752; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8aa752;
  -webkit-box-shadow: 1px 1px 3px 2px #8aa752;
  box-shadow:         1px 1px 3px 2px #8aa752; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,167,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa752


Comments

No comments written yet.

Please login to write comment.