Color Hex Logo

#62b49e Color Hex

#62B49E
(98,180,158)
0 Favorites   0 Comments

Color spaces of #62b49e

RGB 98180158
HSL0.460.350.55
HSV164°46°71°
CMYK 0.460.000.12   0.29
XYZ27.529837.707838.1751
Yxy37.70780.26620.3646
Hunter Lab61.4067-27.43676.1255
CIE-Lab67.8047-30.40733.4635

#62b49e color RGB value is (98,180,158).

#62b49e hex color red value is 98, green value is 180 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #62b49e hue: 0.46 , saturation: 0.35 and the lightness value of 62b49e is 0.55.

The process color (four color CMYK) of #62b49e color hex is 0.46, 0.00, 0.12, 0.29. Web safe color of #62b49e is #66cc99. Color #62b49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10110100 10011110
Octal 142 264 236
Decimal 98 180 158
Hex 62 B4 9E

RGB Percentages of Color #62b49e

%22.48
%41.28
%36.24

CMYK Percentages of Color #62b49e

%46
%0
%12
%29

Triadic Colors of #62b49e

#62b49e #9e62b4 #b49e62

Analogous Colors of #62b49e

#62b49e #62a1b4 #62b475

Monochromatic Colors of #62b49e

#62b49e

Complementary Color

#62b49e #b46278

#62b49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62b49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62b49e Color CSS Codes

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

#62b49e Text Font Color

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

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


#62b49e Background Color

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

This div background color is #62b49e


#62b49e Border Color

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

This div border color is #62b49e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,180,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62b49e


Comments

No comments written yet.

Please login to write comment.