Color Hex Logo

#62cfde Color Hex

#62CFDE
(98,207,222)
2 Favorites   0 Comments

Color spaces of #62cfde

RGB 98207222
HSL0.520.650.63
HSV187°56°87°
CMYK 0.560.070.00   0.13
XYZ40.534652.496277.1036
Yxy52.49620.23830.3086
Hunter Lab72.4543-26.9330-12.3766
CIE-Lab77.5766-26.9912-16.9269

#62cfde color RGB value is (98,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001111 11011110
Octal 142 317 336
Decimal 98 207 222
Hex 62 CF DE

RGB Percentages of Color #62cfde

%18.60
%39.28
%42.13

CMYK Percentages of Color #62cfde

%56
%7
%0
%13

Triadic Colors of #62cfde

#62cfde #de62cf #cfde62

Analogous Colors of #62cfde

#62cfde #6291de #62deaf

Monochromatic Colors of #62cfde

#62cfde

Complementary Color

#62cfde #de7162

#62cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#62cfde Color CSS Codes

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

#62cfde Text Font Color

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

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


#62cfde Background Color

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

This div background color is #62cfde


#62cfde Border Color

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

This div border color is #62cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62cfde


Comments

No comments written yet.

Please login to write comment.