Color Hex Logo

#42aeaa Color Hex

#42AEAA
(66,174,170)
0 Favorites   0 Comments

Color spaces of #42aeaa

RGB 66174170
HSL0.490.450.47
HSV178°62°68°
CMYK 0.620.000.02   0.32
XYZ24.638534.332643.3585
Yxy34.33260.24080.3355
Hunter Lab58.5940-27.4812-2.8577
CIE-Lab65.2257-31.3033-7.0970

#42aeaa color RGB value is (66,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101110 10101010
Octal 102 256 252
Decimal 66 174 170
Hex 42 AE AA

RGB Percentages of Color #42aeaa

%16.10
%42.44
%41.46

CMYK Percentages of Color #42aeaa

%62
%0
%2
%32

Triadic Colors of #42aeaa

#42aeaa #aa42ae #aeaa42

Analogous Colors of #42aeaa

#42aeaa #427cae #42ae74

Monochromatic Colors of #42aeaa

#42aeaa

Complementary Color

#42aeaa #ae4246

#42aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aeaa Color CSS Codes

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

#42aeaa Text Font Color

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

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


#42aeaa Background Color

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

This div background color is #42aeaa


#42aeaa Border Color

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

This div border color is #42aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aeaa


Comments

No comments written yet.

Please login to write comment.