Color Hex Logo

#62cbaa Color Hex

#62CBAA
(98,203,170)
0 Favorites   0 Comments

Color spaces of #62cbaa

RGB 98203170
HSL0.450.500.59
HSV161°52°80°
CMYK 0.520.000.16   0.20
XYZ33.648648.210845.5624
Yxy48.21080.26410.3784
Hunter Lab69.4340-35.00619.6979
CIE-Lab74.9577-38.34997.2303

#62cbaa color RGB value is (98,203,170).

#62cbaa hex color red value is 98, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #62cbaa hue: 0.45 , saturation: 0.50 and the lightness value of 62cbaa is 0.59.

The process color (four color CMYK) of #62cbaa color hex is 0.52, 0.00, 0.16, 0.20. Web safe color of #62cbaa is #66cc99. Color #62cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001011 10101010
Octal 142 313 252
Decimal 98 203 170
Hex 62 CB AA

RGB Percentages of Color #62cbaa

%20.81
%43.10
%36.09

CMYK Percentages of Color #62cbaa

%52
%0
%16
%20

Triadic Colors of #62cbaa

#62cbaa #aa62cb #cbaa62

Analogous Colors of #62cbaa

#62cbaa #62b8cb #62cb76

Monochromatic Colors of #62cbaa

#62cbaa

Complementary Color

#62cbaa #cb6283

#62cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#62cbaa Color CSS Codes

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

#62cbaa Text Font Color

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

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


#62cbaa Background Color

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

This div background color is #62cbaa


#62cbaa Border Color

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

This div border color is #62cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62cbaa


Comments

No comments written yet.

Please login to write comment.