Color Hex Logo

#62aaf6 Color Hex

#62AAF6
(98,170,246)
0 Favorites   0 Comments

Color spaces of #62aaf6

RGB 98170246
HSL0.590.890.67
HSV211°60°96°
CMYK 0.600.310.00   0.04
XYZ36.046337.999992.6237
Yxy37.99990.21630.2280
Hunter Lab61.6441-3.4994-45.9358
CIE-Lab68.0205-0.2390-44.6405

#62aaf6 color RGB value is (98,170,246).

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

The process color (four color CMYK) of #62aaf6 color hex is 0.60, 0.31, 0.00, 0.04. Web safe color of #62aaf6 is #6699ff. Color #62aaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101010 11110110
Octal 142 252 366
Decimal 98 170 246
Hex 62 AA F6

RGB Percentages of Color #62aaf6

%19.07
%33.07
%47.86

CMYK Percentages of Color #62aaf6

%60
%31
%0
%4

Triadic Colors of #62aaf6

#62aaf6 #f662aa #aaf662

Analogous Colors of #62aaf6

#62aaf6 #6462f6 #62f4f6

Monochromatic Colors of #62aaf6

#62aaf6

Complementary Color

#62aaf6 #f6ae62

#62aaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aaf6 Color CSS Codes

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

#62aaf6 Text Font Color

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

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


#62aaf6 Background Color

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

This div background color is #62aaf6


#62aaf6 Border Color

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

This div border color is #62aaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aaf6


Comments

No comments written yet.

Please login to write comment.