Color Hex Logo

#62dcec Color Hex

#62DCEC
(98,220,236)
0 Favorites   0 Comments

Color spaces of #62dcec

RGB 98220236
HSL0.520.780.65
HSV187°58°93°
CMYK 0.580.070.00   0.07
XYZ45.770559.839288.4946
Yxy59.83920.23580.3083
Hunter Lab77.3558-29.7563-13.6784
CIE-Lab81.7507-29.4298-18.1090

#62dcec color RGB value is (98,220,236).

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

The process color (four color CMYK) of #62dcec color hex is 0.58, 0.07, 0.00, 0.07. Web safe color of #62dcec is #66ccff. Color #62dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011100 11101100
Octal 142 334 354
Decimal 98 220 236
Hex 62 DC EC

RGB Percentages of Color #62dcec

%17.69
%39.71
%42.60

CMYK Percentages of Color #62dcec

%58
%7
%0
%7

Triadic Colors of #62dcec

#62dcec #ec62dc #dcec62

Analogous Colors of #62dcec

#62dcec #6297ec #62ecb7

Monochromatic Colors of #62dcec

#62dcec

Complementary Color

#62dcec #ec7262

#62dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#62dcec Color CSS Codes

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

#62dcec Text Font Color

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

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


#62dcec Background Color

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

This div background color is #62dcec


#62dcec Border Color

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

This div border color is #62dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62dcec


Comments

No comments written yet.

Please login to write comment.