Color Hex Logo

#62aadd Color Hex

#62AADD
(98,170,221)
0 Favorites   0 Comments

Color spaces of #62aadd

RGB 98170221
HSL0.570.640.63
HSV205°56°87°
CMYK 0.560.230.00   0.13
XYZ32.462936.566673.7537
Yxy36.56660.22740.2561
Hunter Lab60.4703-9.9971-29.9849
CIE-Lab66.9506-8.0410-32.6276

#62aadd color RGB value is (98,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101010 11011101
Octal 142 252 335
Decimal 98 170 221
Hex 62 AA DD

RGB Percentages of Color #62aadd

%20.04
%34.76
%45.19

CMYK Percentages of Color #62aadd

%56
%23
%0
%13

Triadic Colors of #62aadd

#62aadd #dd62aa #aadd62

Analogous Colors of #62aadd

#62aadd #626ddd #62ddd3

Monochromatic Colors of #62aadd

#62aadd

Complementary Color

#62aadd #dd9562

#62aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aadd Color CSS Codes

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

#62aadd Text Font Color

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

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


#62aadd Background Color

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

This div background color is #62aadd


#62aadd Border Color

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

This div border color is #62aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aadd


Comments

No comments written yet.

Please login to write comment.