Color Hex Logo

#62aaad Color Hex

#62AAAD
(98,170,173)
0 Favorites   0 Comments

Color spaces of #62aaad

RGB 98170173
HSL0.510.310.53
HSV182°43°68°
CMYK 0.430.020.00   0.32
XYZ26.954634.363344.7473
Yxy34.36330.25410.3240
Hunter Lab58.6202-20.5080-4.2244
CIE-Lab65.2499-21.7156-8.6098

#62aaad color RGB value is (98,170,173).

#62aaad hex color red value is 98, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #62aaad hue: 0.51 , saturation: 0.31 and the lightness value of 62aaad is 0.53.

The process color (four color CMYK) of #62aaad color hex is 0.43, 0.02, 0.00, 0.32. Web safe color of #62aaad is #669999. Color #62aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101010 10101101
Octal 142 252 255
Decimal 98 170 173
Hex 62 AA AD

RGB Percentages of Color #62aaad

%22.22
%38.55
%39.23

CMYK Percentages of Color #62aaad

%43
%2
%0
%32

Triadic Colors of #62aaad

#62aaad #ad62aa #aaad62

Analogous Colors of #62aaad

#62aaad #6285ad #62ad8b

Monochromatic Colors of #62aaad

#62aaad

Complementary Color

#62aaad #ad6562

#62aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aaad Color CSS Codes

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

#62aaad Text Font Color

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

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


#62aaad Background Color

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

This div background color is #62aaad


#62aaad Border Color

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

This div border color is #62aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aaad


Comments

No comments written yet.

Please login to write comment.