Color Hex Logo

#62aeaa Color Hex

#62AEAA
(98,174,170)
0 Favorites   0 Comments

Color spaces of #62aeaa

RGB 98174170
HSL0.490.320.53
HSV177°44°68°
CMYK 0.440.000.02   0.32
XYZ27.428835.771143.4891
Yxy35.77110.25710.3353
Hunter Lab59.8089-22.8043-1.2455
CIE-Lab66.3447-24.5191-5.3154

#62aeaa color RGB value is (98,174,170).

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

The process color (four color CMYK) of #62aeaa color hex is 0.44, 0.00, 0.02, 0.32. Web safe color of #62aeaa is #669999. Color #62aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101110 10101010
Octal 142 256 252
Decimal 98 174 170
Hex 62 AE AA

RGB Percentages of Color #62aeaa

%22.17
%39.37
%38.46

CMYK Percentages of Color #62aeaa

%44
%0
%2
%32

Triadic Colors of #62aeaa

#62aeaa #aa62ae #aeaa62

Analogous Colors of #62aeaa

#62aeaa #628cae #62ae84

Monochromatic Colors of #62aeaa

#62aeaa

Complementary Color

#62aeaa #ae6266

#62aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aeaa Color CSS Codes

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

#62aeaa Text Font Color

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

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


#62aeaa Background Color

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

This div background color is #62aeaa


#62aeaa Border Color

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

This div border color is #62aeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,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 #62aeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aeaa


Comments

No comments written yet.

Please login to write comment.