Color Hex Logo

#62adbd Color Hex

#62ADBD
(98,173,189)
0 Favorites   0 Comments

Color spaces of #62adbd

RGB 98173189
HSL0.530.410.56
HSV191°48°74°
CMYK 0.480.080.00   0.26
XYZ29.165936.157953.5861
Yxy36.15790.24530.3041
Hunter Lab60.1314-18.6511-10.7442
CIE-Lab66.6404-18.9609-15.4209

#62adbd color RGB value is (98,173,189).

#62adbd hex color red value is 98, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #62adbd hue: 0.53 , saturation: 0.41 and the lightness value of 62adbd is 0.56.

The process color (four color CMYK) of #62adbd color hex is 0.48, 0.08, 0.00, 0.26. Web safe color of #62adbd is #6699cc. Color #62adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101101 10111101
Octal 142 255 275
Decimal 98 173 189
Hex 62 AD BD

RGB Percentages of Color #62adbd

%21.30
%37.61
%41.09

CMYK Percentages of Color #62adbd

%48
%8
%0
%26

Triadic Colors of #62adbd

#62adbd #bd62ad #adbd62

Analogous Colors of #62adbd

#62adbd #6280bd #62bda0

Monochromatic Colors of #62adbd

#62adbd

Complementary Color

#62adbd #bd7262

#62adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62adbd Color CSS Codes

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

#62adbd Text Font Color

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

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


#62adbd Background Color

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

This div background color is #62adbd


#62adbd Border Color

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

This div border color is #62adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62adbd


Comments

No comments written yet.

Please login to write comment.