Color Hex Logo

#62aabe Color Hex

#62AABE
(98,170,190)
0 Favorites   0 Comments

Color spaces of #62aabe

RGB 98170190
HSL0.540.410.56
HSV193°48°75°
CMYK 0.480.110.00   0.25
XYZ28.706035.063853.9702
Yxy35.06380.24380.2978
Hunter Lab59.2147-17.0928-12.5886
CIE-Lab65.7983-17.1132-17.2491

#62aabe color RGB value is (98,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101010 10111110
Octal 142 252 276
Decimal 98 170 190
Hex 62 AA BE

RGB Percentages of Color #62aabe

%21.40
%37.12
%41.48

CMYK Percentages of Color #62aabe

%48
%11
%0
%25

Triadic Colors of #62aabe

#62aabe #be62aa #aabe62

Analogous Colors of #62aabe

#62aabe #627cbe #62bea4

Monochromatic Colors of #62aabe

#62aabe

Complementary Color

#62aabe #be7662

#62aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aabe Color CSS Codes

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

#62aabe Text Font Color

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

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


#62aabe Background Color

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

This div background color is #62aabe


#62aabe Border Color

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

This div border color is #62aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aabe


Comments

No comments written yet.

Please login to write comment.