Color Hex Logo

#62badc Color Hex

#62BADC
(98,186,220)
0 Favorites   0 Comments

Color spaces of #62badc

RGB 98186220
HSL0.550.640.62
HSV197°55°86°
CMYK 0.550.150.00   0.14
XYZ35.514242.881874.1154
Yxy42.88180.23290.2812
Hunter Lab65.4842-17.7910-21.2658
CIE-Lab71.4747-16.9172-25.1141

#62badc color RGB value is (98,186,220).

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

The process color (four color CMYK) of #62badc color hex is 0.55, 0.15, 0.00, 0.14. Web safe color of #62badc is #66cccc. Color #62badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111010 11011100
Octal 142 272 334
Decimal 98 186 220
Hex 62 BA DC

RGB Percentages of Color #62badc

%19.44
%36.90
%43.65

CMYK Percentages of Color #62badc

%55
%15
%0
%14

Triadic Colors of #62badc

#62badc #dc62ba #badc62

Analogous Colors of #62badc

#62badc #627ddc #62dcc1

Monochromatic Colors of #62badc

#62badc

Complementary Color

#62badc #dc8462

#62badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#62badc Color CSS Codes

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

#62badc Text Font Color

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

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


#62badc Background Color

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

This div background color is #62badc


#62badc Border Color

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

This div border color is #62badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62badc


Comments

No comments written yet.

Please login to write comment.