Color Hex Logo

#42ae69 Color Hex

#42AE69
(66,174,105)
0 Favorites   0 Comments

Color spaces of #42ae69

RGB 66174105
HSL0.390.450.47
HSV142°62°68°
CMYK 0.620.000.40   0.32
XYZ19.932632.450318.5776
Yxy32.45030.28090.4573
Hunter Lab56.9652-37.230420.5398
CIE-Lab63.7133-46.531226.5091

#42ae69 color RGB value is (66,174,105).

#42ae69 hex color red value is 66, green value is 174 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #42ae69 hue: 0.39 , saturation: 0.45 and the lightness value of 42ae69 is 0.47.

The process color (four color CMYK) of #42ae69 color hex is 0.62, 0.00, 0.40, 0.32. Web safe color of #42ae69 is #339966. Color #42ae69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101110 01101001
Octal 102 256 151
Decimal 66 174 105
Hex 42 AE 69

RGB Percentages of Color #42ae69

%19.13
%50.43
%30.43

CMYK Percentages of Color #42ae69

%62
%0
%40
%32

Triadic Colors of #42ae69

#42ae69 #6942ae #ae6942

Analogous Colors of #42ae69

#42ae69 #42ae9f #51ae42

Monochromatic Colors of #42ae69

#42ae69

Complementary Color

#42ae69 #ae4287

#42ae69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ae69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ae69 Color CSS Codes

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

#42ae69 Text Font Color

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

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


#42ae69 Background Color

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

This div background color is #42ae69


#42ae69 Border Color

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

This div border color is #42ae69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ae69


Comments

No comments written yet.

Please login to write comment.