Color Hex Logo

#62dcdd Color Hex

#62DCDD
(98,220,221)
0 Favorites   0 Comments

Color spaces of #62dcdd

RGB 98220221
HSL0.500.640.63
HSV180°56°87°
CMYK 0.560.000.00   0.13
XYZ43.681359.003577.4932
Yxy59.00350.24240.3275
Hunter Lab76.8137-32.9173-6.0448
CIE-Lab81.2935-33.5152-10.8182

#62dcdd color RGB value is (98,220,221).

#62dcdd hex color red value is 98, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #62dcdd hue: 0.50 , saturation: 0.64 and the lightness value of 62dcdd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011100 11011101
Octal 142 334 335
Decimal 98 220 221
Hex 62 DC DD

RGB Percentages of Color #62dcdd

%18.18
%40.82
%41.00

CMYK Percentages of Color #62dcdd

%56
%0
%0
%13

Triadic Colors of #62dcdd

#62dcdd #dd62dc #dcdd62

Analogous Colors of #62dcdd

#62dcdd #629fdd #62dda1

Monochromatic Colors of #62dcdd

#62dcdd

Complementary Color

#62dcdd #dd6362

#62dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62dcdd Color CSS Codes

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

#62dcdd Text Font Color

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

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


#62dcdd Background Color

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

This div background color is #62dcdd


#62dcdd Border Color

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

This div border color is #62dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62dcdd


Comments

No comments written yet.

Please login to write comment.