Color Hex Logo

#62abde Color Hex

#62ABDE
(98,171,222)
0 Favorites   0 Comments

Color spaces of #62abde

RGB 98171222
HSL0.570.650.63
HSV205°56°87°
CMYK 0.560.230.00   0.13
XYZ32.784736.996474.5203
Yxy36.99640.22720.2564
Hunter Lab60.8247-10.2311-30.0628
CIE-Lab67.2743-8.2853-32.6759

#62abde color RGB value is (98,171,222).

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

The process color (four color CMYK) of #62abde color hex is 0.56, 0.23, 0.00, 0.13. Web safe color of #62abde is #6699cc. Color #62abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101011 11011110
Octal 142 253 336
Decimal 98 171 222
Hex 62 AB DE

RGB Percentages of Color #62abde

%19.96
%34.83
%45.21

CMYK Percentages of Color #62abde

%56
%23
%0
%13

Triadic Colors of #62abde

#62abde #de62ab #abde62

Analogous Colors of #62abde

#62abde #626dde #62ded3

Monochromatic Colors of #62abde

#62abde

Complementary Color

#62abde #de9562

#62abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#62abde Color CSS Codes

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

#62abde Text Font Color

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

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


#62abde Background Color

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

This div background color is #62abde


#62abde Border Color

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

This div border color is #62abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62abde


Comments

No comments written yet.

Please login to write comment.