Color Hex Logo

#62aedf Color Hex

#62AEDF
(98,174,223)
0 Favorites   0 Comments

Color spaces of #62aedf

RGB 98174223
HSL0.570.660.63
HSV204°56°87°
CMYK 0.560.220.00   0.13
XYZ33.492338.196575.4195
Yxy38.19650.22770.2596
Hunter Lab61.8033-11.4235-29.0901
CIE-Lab68.1652-9.6204-31.8460

#62aedf color RGB value is (98,174,223).

#62aedf hex color red value is 98, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #62aedf hue: 0.57 , saturation: 0.66 and the lightness value of 62aedf is 0.63.

The process color (four color CMYK) of #62aedf color hex is 0.56, 0.22, 0.00, 0.13. Web safe color of #62aedf is #6699cc. Color #62aedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101110 11011111
Octal 142 256 337
Decimal 98 174 223
Hex 62 AE DF

RGB Percentages of Color #62aedf

%19.80
%35.15
%45.05

CMYK Percentages of Color #62aedf

%56
%22
%0
%13

Triadic Colors of #62aedf

#62aedf #df62ae #aedf62

Analogous Colors of #62aedf

#62aedf #6270df #62dfd2

Monochromatic Colors of #62aedf

#62aedf

Complementary Color

#62aedf #df9362

#62aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aedf Color CSS Codes

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

#62aedf Text Font Color

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

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


#62aedf Background Color

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

This div background color is #62aedf


#62aedf Border Color

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

This div border color is #62aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aedf


Comments

No comments written yet.

Please login to write comment.