Color Hex Logo

#62badd Color Hex

#62BADD
(98,186,221)
0 Favorites   0 Comments

Color spaces of #62badd

RGB 98186221
HSL0.550.640.63
HSV197°56°87°
CMYK 0.560.160.00   0.13
XYZ35.647142.934974.8151
Yxy42.93490.23240.2799
Hunter Lab65.5247-17.5598-21.8291
CIE-Lab71.5108-16.6241-25.6038

#62badd color RGB value is (98,186,221).

#62badd hex color red value is 98, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #62badd hue: 0.55 , saturation: 0.64 and the lightness value of 62badd is 0.63.

The process color (four color CMYK) of #62badd color hex is 0.56, 0.16, 0.00, 0.13. Web safe color of #62badd is #66cccc. Color #62badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111010 11011101
Octal 142 272 335
Decimal 98 186 221
Hex 62 BA DD

RGB Percentages of Color #62badd

%19.41
%36.83
%43.76

CMYK Percentages of Color #62badd

%56
%16
%0
%13

Triadic Colors of #62badd

#62badd #dd62ba #badd62

Analogous Colors of #62badd

#62badd #627ddd #62ddc3

Monochromatic Colors of #62badd

#62badd

Complementary Color

#62badd #dd8562

#62badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62badd Color CSS Codes

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

#62badd Text Font Color

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

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


#62badd Background Color

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

This div background color is #62badd


#62badd Border Color

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

This div border color is #62badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62badd


Comments

No comments written yet.

Please login to write comment.