Color Hex Logo

#62aeec Color Hex

#62AEEC
(98,174,236)
0 Favorites   0 Comments

Color spaces of #62aeec

RGB 98174236
HSL0.570.780.65
HSV207°58°93°
CMYK 0.580.260.00   0.07
XYZ35.313438.924985.0089
Yxy38.92490.22180.2444
Hunter Lab62.3898-8.1490-37.1124
CIE-Lab68.6968-5.6237-38.1322

#62aeec color RGB value is (98,174,236).

#62aeec hex color red value is 98, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #62aeec hue: 0.57 , saturation: 0.78 and the lightness value of 62aeec is 0.65.

The process color (four color CMYK) of #62aeec color hex is 0.58, 0.26, 0.00, 0.07. Web safe color of #62aeec is #6699ff. Color #62aeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101110 11101100
Octal 142 256 354
Decimal 98 174 236
Hex 62 AE EC

RGB Percentages of Color #62aeec

%19.29
%34.25
%46.46

CMYK Percentages of Color #62aeec

%58
%26
%0
%7

Triadic Colors of #62aeec

#62aeec #ec62ae #aeec62

Analogous Colors of #62aeec

#62aeec #6269ec #62ece5

Monochromatic Colors of #62aeec

#62aeec

Complementary Color

#62aeec #eca062

#62aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aeec Color CSS Codes

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

#62aeec Text Font Color

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

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


#62aeec Background Color

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

This div background color is #62aeec


#62aeec Border Color

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

This div border color is #62aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aeec


Comments

No comments written yet.

Please login to write comment.