Color Hex Logo

#42aa6e Color Hex

#42AA6E
(66,170,110)
0 Favorites   0 Comments

Color spaces of #42aa6e

RGB 66170110
HSL0.400.440.46
HSV145°61°67°
CMYK 0.610.000.35   0.33
XYZ19.436031.033519.7175
Yxy31.03350.27690.4422
Hunter Lab55.7077-35.211218.0100
CIE-Lab62.5359-43.943922.2552

#42aa6e color RGB value is (66,170,110).

#42aa6e hex color red value is 66, green value is 170 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #42aa6e hue: 0.40 , saturation: 0.44 and the lightness value of 42aa6e is 0.46.

The process color (four color CMYK) of #42aa6e color hex is 0.61, 0.00, 0.35, 0.33. Web safe color of #42aa6e is #339966. Color #42aa6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 01101110
Octal 102 252 156
Decimal 66 170 110
Hex 42 AA 6E

RGB Percentages of Color #42aa6e

%19.08
%49.13
%31.79

CMYK Percentages of Color #42aa6e

%61
%0
%35
%33

Triadic Colors of #42aa6e

#42aa6e #6e42aa #aa6e42

Analogous Colors of #42aa6e

#42aa6e #42aaa2 #4aaa42

Monochromatic Colors of #42aa6e

#42aa6e

Complementary Color

#42aa6e #aa427e

#42aa6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aa6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aa6e Color CSS Codes

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

#42aa6e Text Font Color

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

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


#42aa6e Background Color

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

This div background color is #42aa6e


#42aa6e Border Color

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

This div border color is #42aa6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,170,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42aa6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42aa6e;
  -webkit-box-shadow: 1px 1px 3px 2px #42aa6e;
  box-shadow:         1px 1px 3px 2px #42aa6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aa6e


Comments

No comments written yet.

Please login to write comment.