Color Hex Logo

#62d5de Color Hex

#62D5DE
(98,213,222)
0 Favorites   0 Comments

Color spaces of #62d5de

RGB 98213222
HSL0.510.650.63
HSV184°56°87°
CMYK 0.560.040.00   0.13
XYZ42.016155.459177.5974
Yxy55.45910.24000.3168
Hunter Lab74.4709-29.6152-9.6496
CIE-Lab79.3050-29.9107-14.3267

#62d5de color RGB value is (98,213,222).

#62d5de hex color red value is 98, green value is 213 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #62d5de hue: 0.51 , saturation: 0.65 and the lightness value of 62d5de is 0.63.

The process color (four color CMYK) of #62d5de color hex is 0.56, 0.04, 0.00, 0.13. Web safe color of #62d5de is #66cccc. Color #62d5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11010101 11011110
Octal 142 325 336
Decimal 98 213 222
Hex 62 D5 DE

RGB Percentages of Color #62d5de

%18.39
%39.96
%41.65

CMYK Percentages of Color #62d5de

%56
%4
%0
%13

Triadic Colors of #62d5de

#62d5de #de62d5 #d5de62

Analogous Colors of #62d5de

#62d5de #6297de #62dea9

Monochromatic Colors of #62d5de

#62d5de

Complementary Color

#62d5de #de6b62

#62d5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62d5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#62d5de Color CSS Codes

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

#62d5de Text Font Color

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

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


#62d5de Background Color

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

This div background color is #62d5de


#62d5de Border Color

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

This div border color is #62d5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62d5de


Comments

No comments written yet.

Please login to write comment.