Color Hex Logo

#62aabd Color Hex

#62AABD
(98,170,189)
0 Favorites   0 Comments

Color spaces of #62aabd

RGB 98170189
HSL0.530.410.56
HSV193°48°74°
CMYK 0.480.100.00   0.26
XYZ28.597035.020253.3965
Yxy35.02020.24440.2993
Hunter Lab59.1779-17.3033-12.0732
CIE-Lab65.7644-17.3922-16.7448

#62aabd color RGB value is (98,170,189).

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

The process color (four color CMYK) of #62aabd color hex is 0.48, 0.10, 0.00, 0.26. Web safe color of #62aabd is #6699cc. Color #62aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101010 10111101
Octal 142 252 275
Decimal 98 170 189
Hex 62 AA BD

RGB Percentages of Color #62aabd

%21.44
%37.20
%41.36

CMYK Percentages of Color #62aabd

%48
%10
%0
%26

Triadic Colors of #62aabd

#62aabd #bd62aa #aabd62

Analogous Colors of #62aabd

#62aabd #627dbd #62bda3

Monochromatic Colors of #62aabd

#62aabd

Complementary Color

#62aabd #bd7562

#62aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aabd Color CSS Codes

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

#62aabd Text Font Color

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

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


#62aabd Background Color

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

This div background color is #62aabd


#62aabd Border Color

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

This div border color is #62aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aabd


Comments

No comments written yet.

Please login to write comment.