Color Hex Logo

#80aa34 Color Hex

#80AA34
(128,170,52)
0 Favorites   0 Comments

Color spaces of #80aa34

RGB 12817052
HSL0.230.530.44
HSV81°69°67°
CMYK 0.250.000.69   0.33
XYZ23.896633.58668.4722
Yxy33.58660.36230.5092
Hunter Lab57.9539-27.817131.9002
CIE-Lab64.6331-31.981553.6388

#80aa34 color RGB value is (128,170,52).

#80aa34 hex color red value is 128, green value is 170 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #80aa34 hue: 0.23 , saturation: 0.53 and the lightness value of 80aa34 is 0.44.

The process color (four color CMYK) of #80aa34 color hex is 0.25, 0.00, 0.69, 0.33. Web safe color of #80aa34 is #999933. Color #80aa34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 00110100
Octal 200 252 64
Decimal 128 170 52
Hex 80 AA 34

RGB Percentages of Color #80aa34

%36.57
%48.57
%14.86

CMYK Percentages of Color #80aa34

%25
%0
%69
%33

Triadic Colors of #80aa34

#80aa34 #3480aa #aa3480

Analogous Colors of #80aa34

#80aa34 #45aa34 #aa9934

Monochromatic Colors of #80aa34

#80aa34

Complementary Color

#80aa34 #5e34aa

#80aa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aa34 Color CSS Codes

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

#80aa34 Text Font Color

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

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


#80aa34 Background Color

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

This div background color is #80aa34


#80aa34 Border Color

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

This div border color is #80aa34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,170,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80aa34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80aa34;
  -webkit-box-shadow: 1px 1px 3px 2px #80aa34;
  box-shadow:         1px 1px 3px 2px #80aa34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aa34


Comments

No comments written yet.

Please login to write comment.