Color Hex Logo

#62aabc Color Hex

#62AABC
(98,170,188)
0 Favorites   0 Comments

Color spaces of #62aabc

RGB 98170188
HSL0.530.400.56
HSV192°48°74°
CMYK 0.480.100.00   0.26
XYZ28.488834.977052.8267
Yxy34.97700.24500.3008
Hunter Lab59.1414-17.5127-11.5605
CIE-Lab65.7308-17.6703-16.2398

#62aabc color RGB value is (98,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101010 10111100
Octal 142 252 274
Decimal 98 170 188
Hex 62 AA BC

RGB Percentages of Color #62aabc

%21.49
%37.28
%41.23

CMYK Percentages of Color #62aabc

%48
%10
%0
%26

Triadic Colors of #62aabc

#62aabc #bc62aa #aabc62

Analogous Colors of #62aabc

#62aabc #627dbc #62bca1

Monochromatic Colors of #62aabc

#62aabc

Complementary Color

#62aabc #bc7462

#62aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aabc Color CSS Codes

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

#62aabc Text Font Color

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

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


#62aabc Background Color

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

This div background color is #62aabc


#62aabc Border Color

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

This div border color is #62aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aabc

#62aabc Color Palettes


Comments

No comments written yet.

Please login to write comment.