Color Hex Logo

#42a970 Color Hex

#42A970
(66,169,112)
0 Favorites   0 Comments

Color spaces of #42a970

RGB 66169112
HSL0.410.440.46
HSV147°61°66°
CMYK 0.610.000.34   0.34
XYZ19.359430.704020.2354
Yxy30.70400.27540.4368
Hunter Lab55.4112-34.605817.1359
CIE-Lab62.2570-43.129120.7921

#42a970 color RGB value is (66,169,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101001 01110000
Octal 102 251 160
Decimal 66 169 112
Hex 42 A9 70

RGB Percentages of Color #42a970

%19.02
%48.70
%32.28

CMYK Percentages of Color #42a970

%61
%0
%34
%34

Triadic Colors of #42a970

#42a970 #7042a9 #a97042

Analogous Colors of #42a970

#42a970 #42a9a4 #48a942

Monochromatic Colors of #42a970

#42a970

Complementary Color

#42a970 #a9427b

#42a970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42a970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42a970 Color CSS Codes

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

#42a970 Text Font Color

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

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


#42a970 Background Color

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

This div background color is #42a970


#42a970 Border Color

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

This div border color is #42a970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42a970


Comments

No comments written yet.

Please login to write comment.