Color Hex Logo

#62adbc Color Hex

#62ADBC
(98,173,188)
0 Favorites   0 Comments

Color spaces of #62adbc

RGB 98173188
HSL0.530.400.56
HSV190°48°74°
CMYK 0.480.080.00   0.26
XYZ29.057736.114753.0163
Yxy36.11470.24590.3056
Hunter Lab60.0955-18.8579-10.2388
CIE-Lab66.6075-19.2365-14.9160

#62adbc color RGB value is (98,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101101 10111100
Octal 142 255 274
Decimal 98 173 188
Hex 62 AD BC

RGB Percentages of Color #62adbc

%21.35
%37.69
%40.96

CMYK Percentages of Color #62adbc

%48
%8
%0
%26

Triadic Colors of #62adbc

#62adbc #bc62ad #adbc62

Analogous Colors of #62adbc

#62adbc #6280bc #62bc9e

Monochromatic Colors of #62adbc

#62adbc

Complementary Color

#62adbc #bc7162

#62adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#62adbc Color CSS Codes

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

#62adbc Text Font Color

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

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


#62adbc Background Color

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

This div background color is #62adbc


#62adbc Border Color

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

This div border color is #62adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62adbc


Comments

No comments written yet.

Please login to write comment.