Color Hex Logo

#62aafe Color Hex

#62AAFE
(98,170,254)
0 Favorites   0 Comments

Color spaces of #62aafe

RGB 98170254
HSL0.590.990.69
HSV212°61°100°
CMYK 0.610.330.00   0.00
XYZ37.301138.501999.2316
Yxy38.50190.21310.2200
Hunter Lab62.0499-1.2826-51.3830
CIE-Lab68.38892.3249-48.4088

#62aafe color RGB value is (98,170,254).

#62aafe hex color red value is 98, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #62aafe hue: 0.59 , saturation: 0.99 and the lightness value of 62aafe is 0.69.

The process color (four color CMYK) of #62aafe color hex is 0.61, 0.33, 0.00, 0.00. Web safe color of #62aafe is #6699ff. Color #62aafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101010 11111110
Octal 142 252 376
Decimal 98 170 254
Hex 62 AA FE

RGB Percentages of Color #62aafe

%18.77
%32.57
%48.66

CMYK Percentages of Color #62aafe

%61
%33
%0
%0

Triadic Colors of #62aafe

#62aafe #fe62aa #aafe62

Analogous Colors of #62aafe

#62aafe #6862fe #62f8fe

Monochromatic Colors of #62aafe

#62aafe

Complementary Color

#62aafe #feb662

#62aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aafe Color CSS Codes

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

#62aafe Text Font Color

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

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


#62aafe Background Color

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

This div background color is #62aafe


#62aafe Border Color

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

This div border color is #62aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.