Color Hex Logo

#62aedc Color Hex

#62AEDC
(98,174,220)
0 Favorites   0 Comments

Color spaces of #62aedc

RGB 98174220
HSL0.560.640.62
HSV203°55°86°
CMYK 0.550.210.00   0.14
XYZ33.091338.036173.3077
Yxy38.03610.22910.2633
Hunter Lab61.6734-12.1531-27.3033
CIE-Lab68.0472-10.5270-30.3821

#62aedc color RGB value is (98,174,220).

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

The process color (four color CMYK) of #62aedc color hex is 0.55, 0.21, 0.00, 0.14. Web safe color of #62aedc is #6699cc. Color #62aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101110 11011100
Octal 142 256 334
Decimal 98 174 220
Hex 62 AE DC

RGB Percentages of Color #62aedc

%19.92
%35.37
%44.72

CMYK Percentages of Color #62aedc

%55
%21
%0
%14

Triadic Colors of #62aedc

#62aedc #dc62ae #aedc62

Analogous Colors of #62aedc

#62aedc #6271dc #62dccd

Monochromatic Colors of #62aedc

#62aedc

Complementary Color

#62aedc #dc9062

#62aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aedc Color CSS Codes

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

#62aedc Text Font Color

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

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


#62aedc Background Color

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

This div background color is #62aedc


#62aedc Border Color

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

This div border color is #62aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aedc


Comments

No comments written yet.

Please login to write comment.