Color Hex Logo

#62bade Color Hex

#62BADE
(98,186,222)
0 Favorites   0 Comments

Color spaces of #62bade

RGB 98186222
HSL0.550.650.63
HSV197°56°87°
CMYK 0.560.160.00   0.13
XYZ35.780742.988475.5190
Yxy42.98840.23190.2786
Hunter Lab65.5655-17.3279-22.3949
CIE-Lab71.5471-16.3308-26.0929

#62bade color RGB value is (98,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111010 11011110
Octal 142 272 336
Decimal 98 186 222
Hex 62 BA DE

RGB Percentages of Color #62bade

%19.37
%36.76
%43.87

CMYK Percentages of Color #62bade

%56
%16
%0
%13

Triadic Colors of #62bade

#62bade #de62ba #bade62

Analogous Colors of #62bade

#62bade #627cde #62dec4

Monochromatic Colors of #62bade

#62bade

Complementary Color

#62bade #de8662

#62bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bade Color CSS Codes

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

#62bade Text Font Color

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

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


#62bade Background Color

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

This div background color is #62bade


#62bade Border Color

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

This div border color is #62bade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,186,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 #62bade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bade


Comments

No comments written yet.

Please login to write comment.