Color Hex Logo

#62dace Color Hex

#62DACE
(98,218,206)
0 Favorites   0 Comments

Color spaces of #62dace

RGB 98218206
HSL0.480.620.62
HSV174°55°85°
CMYK 0.550.000.06   0.15
XYZ41.249057.195767.2583
Yxy57.19570.24890.3452
Hunter Lab75.6278-34.99110.2110
CIE-Lab80.2895-36.4867-4.3139

#62dace color RGB value is (98,218,206).

#62dace hex color red value is 98, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #62dace hue: 0.48 , saturation: 0.62 and the lightness value of 62dace is 0.62.

The process color (four color CMYK) of #62dace color hex is 0.55, 0.00, 0.06, 0.15. Web safe color of #62dace is #66cccc. Color #62dace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011010 11001110
Octal 142 332 316
Decimal 98 218 206
Hex 62 DA CE

RGB Percentages of Color #62dace

%18.77
%41.76
%39.46

CMYK Percentages of Color #62dace

%55
%0
%6
%15

Triadic Colors of #62dace

#62dace #ce62da #dace62

Analogous Colors of #62dace

#62dace #62aada #62da92

Monochromatic Colors of #62dace

#62dace

Complementary Color

#62dace #da626e

#62dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#62dace Color CSS Codes

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

#62dace Text Font Color

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

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


#62dace Background Color

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

This div background color is #62dace


#62dace Border Color

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

This div border color is #62dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62dace


Comments

No comments written yet.

Please login to write comment.