Color Hex Logo

#62eadc Color Hex

#62EADC
(98,234,220)
0 Favorites   0 Comments

Color spaces of #62eadc

RGB 98234220
HSL0.480.760.65
HSV174°58°92°
CMYK 0.580.000.06   0.08
XYZ47.378166.609678.0700
Yxy66.60960.24670.3468
Hunter Lab81.6147-39.20480.4154
CIE-Lab85.3064-40.2204-4.3413

#62eadc color RGB value is (98,234,220).

#62eadc hex color red value is 98, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #62eadc hue: 0.48 , saturation: 0.76 and the lightness value of 62eadc is 0.65.

The process color (four color CMYK) of #62eadc color hex is 0.58, 0.00, 0.06, 0.08. Web safe color of #62eadc is #66ffcc. Color #62eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11101010 11011100
Octal 142 352 334
Decimal 98 234 220
Hex 62 EA DC

RGB Percentages of Color #62eadc

%17.75
%42.39
%39.86

CMYK Percentages of Color #62eadc

%58
%0
%6
%8

Triadic Colors of #62eadc

#62eadc #dc62ea #eadc62

Analogous Colors of #62eadc

#62eadc #62b4ea #62ea98

Monochromatic Colors of #62eadc

#62eadc

Complementary Color

#62eadc #ea6270

#62eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#62eadc Color CSS Codes

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

#62eadc Text Font Color

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

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


#62eadc Background Color

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

This div background color is #62eadc


#62eadc Border Color

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

This div border color is #62eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62eadc


Comments

No comments written yet.

Please login to write comment.