Color Hex Logo

#62beda Color Hex

#62BEDA
(98,190,218)
0 Favorites   0 Comments

Color spaces of #62beda

RGB 98190218
HSL0.540.620.62
HSV194°55°85°
CMYK 0.550.130.00   0.15
XYZ36.105344.485573.0133
Yxy44.48550.23510.2896
Hunter Lab66.6975-20.0932-18.2162
CIE-Lab72.5518-19.5730-22.3806

#62beda color RGB value is (98,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111110 11011010
Octal 142 276 332
Decimal 98 190 218
Hex 62 BE DA

RGB Percentages of Color #62beda

%19.37
%37.55
%43.08

CMYK Percentages of Color #62beda

%55
%13
%0
%15

Triadic Colors of #62beda

#62beda #da62be #beda62

Analogous Colors of #62beda

#62beda #6282da #62daba

Monochromatic Colors of #62beda

#62beda

Complementary Color

#62beda #da7e62

#62beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#62beda Color CSS Codes

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

#62beda Text Font Color

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

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


#62beda Background Color

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

This div background color is #62beda


#62beda Border Color

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

This div border color is #62beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62beda


Comments

No comments written yet.

Please login to write comment.