Color Hex Logo

#62abdb Color Hex

#62ABDB
(98,171,219)
0 Favorites   0 Comments

Color spaces of #62abdb

RGB 98171219
HSL0.570.630.62
HSV204°55°86°
CMYK 0.550.220.00   0.14
XYZ32.386136.837072.4211
Yxy36.83700.22860.2601
Hunter Lab60.6935-10.9659-28.2610
CIE-Lab67.1546-9.1960-31.2116

#62abdb color RGB value is (98,171,219).

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

The process color (four color CMYK) of #62abdb color hex is 0.55, 0.22, 0.00, 0.14. Web safe color of #62abdb is #6699cc. Color #62abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101011 11011011
Octal 142 253 333
Decimal 98 171 219
Hex 62 AB DB

RGB Percentages of Color #62abdb

%20.08
%35.04
%44.88

CMYK Percentages of Color #62abdb

%55
%22
%0
%14

Triadic Colors of #62abdb

#62abdb #db62ab #abdb62

Analogous Colors of #62abdb

#62abdb #626fdb #62dbcf

Monochromatic Colors of #62abdb

#62abdb

Complementary Color

#62abdb #db9262

#62abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62abdb Color CSS Codes

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

#62abdb Text Font Color

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

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


#62abdb Background Color

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

This div background color is #62abdb


#62abdb Border Color

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

This div border color is #62abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62abdb


Comments

No comments written yet.

Please login to write comment.