Color Hex Logo

#62aedd Color Hex

#62AEDD
(98,174,221)
0 Favorites   0 Comments

Color spaces of #62aedd

RGB 98174221
HSL0.560.640.63
HSV203°56°87°
CMYK 0.560.210.00   0.13
XYZ33.224238.089274.0075
Yxy38.08920.22860.2621
Hunter Lab61.7164-11.9108-27.8963
CIE-Lab68.0863-10.2253-30.8707

#62aedd color RGB value is (98,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101110 11011101
Octal 142 256 335
Decimal 98 174 221
Hex 62 AE DD

RGB Percentages of Color #62aedd

%19.88
%35.29
%44.83

CMYK Percentages of Color #62aedd

%56
%21
%0
%13

Triadic Colors of #62aedd

#62aedd #dd62ae #aedd62

Analogous Colors of #62aedd

#62aedd #6271dd #62ddcf

Monochromatic Colors of #62aedd

#62aedd

Complementary Color

#62aedd #dd9162

#62aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aedd Color CSS Codes

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

#62aedd Text Font Color

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

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


#62aedd Background Color

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

This div background color is #62aedd


#62aedd Border Color

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

This div border color is #62aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aedd

#62aedd Color Palettes


Comments

No comments written yet.

Please login to write comment.