Color Hex Logo

#62bedc Color Hex

#62BEDC
(98,190,220)
0 Favorites   0 Comments

Color spaces of #62bedc

RGB 98190220
HSL0.540.640.62
HSV195°55°86°
CMYK 0.550.140.00   0.14
XYZ36.368744.590974.4002
Yxy44.59090.23410.2870
Hunter Lab66.7764-19.6416-19.3156
CIE-Lab72.6217-18.9958-23.3615

#62bedc color RGB value is (98,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111110 11011100
Octal 142 276 334
Decimal 98 190 220
Hex 62 BE DC

RGB Percentages of Color #62bedc

%19.29
%37.40
%43.31

CMYK Percentages of Color #62bedc

%55
%14
%0
%14

Triadic Colors of #62bedc

#62bedc #dc62be #bedc62

Analogous Colors of #62bedc

#62bedc #6281dc #62dcbd

Monochromatic Colors of #62bedc

#62bedc

Complementary Color

#62bedc #dc8062

#62bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bedc Color CSS Codes

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

#62bedc Text Font Color

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

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


#62bedc Background Color

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

This div background color is #62bedc


#62bedc Border Color

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

This div border color is #62bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bedc


Comments

No comments written yet.

Please login to write comment.