Color Hex Logo

#42ae87 Color Hex

#42AE87
(66,174,135)
0 Favorites   0 Comments

Color spaces of #42ae87

RGB 66174135
HSL0.440.450.47
HSV158°62°68°
CMYK 0.620.000.22   0.32
XYZ21.756033.179628.1793
Yxy33.17960.26180.3992
Hunter Lab57.6017-33.384111.3160
CIE-Lab64.3061-40.290911.0048

#42ae87 color RGB value is (66,174,135).

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

The process color (four color CMYK) of #42ae87 color hex is 0.62, 0.00, 0.22, 0.32. Web safe color of #42ae87 is #339999. Color #42ae87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101110 10000111
Octal 102 256 207
Decimal 66 174 135
Hex 42 AE 87

RGB Percentages of Color #42ae87

%17.60
%46.40
%36.00

CMYK Percentages of Color #42ae87

%62
%0
%22
%32

Triadic Colors of #42ae87

#42ae87 #8742ae #ae8742

Analogous Colors of #42ae87

#42ae87 #429fae #42ae51

Monochromatic Colors of #42ae87

#42ae87

Complementary Color

#42ae87 #ae4269

#42ae87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ae87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ae87 Color CSS Codes

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

#42ae87 Text Font Color

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

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


#42ae87 Background Color

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

This div background color is #42ae87


#42ae87 Border Color

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

This div border color is #42ae87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ae87


Comments

No comments written yet.

Please login to write comment.