Color Hex Logo

#3aaa80 Color Hex

#3AAA80
(58,170,128)
1 Favorites   0 Comments

Color spaces of #3aaa80

RGB 58170128
HSL0.440.490.45
HSV158°66°67°
CMYK 0.660.000.25   0.33
XYZ20.015931.207525.3908
Yxy31.20750.26130.4073
Hunter Lab55.8637-33.805112.1565
CIE-Lab62.6824-41.674412.5563

#3aaa80 color RGB value is (58,170,128).

#3aaa80 hex color red value is 58, green value is 170 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #3aaa80 hue: 0.44 , saturation: 0.49 and the lightness value of 3aaa80 is 0.45.

The process color (four color CMYK) of #3aaa80 color hex is 0.66, 0.00, 0.25, 0.33. Web safe color of #3aaa80 is #339999. Color #3aaa80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 10000000
Octal 72 252 200
Decimal 58 170 128
Hex 3A AA 80

RGB Percentages of Color #3aaa80

%16.29
%47.75
%35.96

CMYK Percentages of Color #3aaa80

%66
%0
%25
%33

Triadic Colors of #3aaa80

#3aaa80 #803aaa #aa803a

Analogous Colors of #3aaa80

#3aaa80 #3a9caa #3aaa48

Monochromatic Colors of #3aaa80

#3aaa80

Complementary Color

#3aaa80 #aa3a64

#3aaa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaa80 Color CSS Codes

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

#3aaa80 Text Font Color

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

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


#3aaa80 Background Color

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

This div background color is #3aaa80


#3aaa80 Border Color

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

This div border color is #3aaa80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaa80


Comments

No comments written yet.

Please login to write comment.