Color Hex Logo

#62ddde Color Hex

#62DDDE
(98,221,222)
0 Favorites   0 Comments

Color spaces of #62ddde

RGB 98221222
HSL0.500.650.63
HSV180°56°87°
CMYK 0.560.000.00   0.13
XYZ44.078359.583578.2848
Yxy59.58350.24230.3275
Hunter Lab77.1903-33.1536-6.0974
CIE-Lab81.6113-33.7194-10.8763

#62ddde color RGB value is (98,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011101 11011110
Octal 142 335 336
Decimal 98 221 222
Hex 62 DD DE

RGB Percentages of Color #62ddde

%18.11
%40.85
%41.04

CMYK Percentages of Color #62ddde

%56
%0
%0
%13

Triadic Colors of #62ddde

#62ddde #de62dd #ddde62

Analogous Colors of #62ddde

#62ddde #629fde #62dea1

Monochromatic Colors of #62ddde

#62ddde

Complementary Color

#62ddde #de6362

#62ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#62ddde Color CSS Codes

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

#62ddde Text Font Color

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

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


#62ddde Background Color

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

This div background color is #62ddde


#62ddde Border Color

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

This div border color is #62ddde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,221,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 #62ddde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62ddde


Comments

No comments written yet.

Please login to write comment.