Color Hex Logo

#62abeb Color Hex

#62ABEB
(98,171,235)
0 Favorites   0 Comments

Color spaces of #62abeb

RGB 98171235
HSL0.580.770.65
HSV208°58°92°
CMYK 0.580.270.00   0.08
XYZ34.595337.720684.0547
Yxy37.72060.22120.2412
Hunter Lab61.4171-6.9336-38.1516
CIE-Lab67.8142-4.2724-38.9623

#62abeb color RGB value is (98,171,235).

#62abeb hex color red value is 98, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #62abeb hue: 0.58 , saturation: 0.77 and the lightness value of 62abeb is 0.65.

The process color (four color CMYK) of #62abeb color hex is 0.58, 0.27, 0.00, 0.08. Web safe color of #62abeb is #6699ff. Color #62abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101011 11101011
Octal 142 253 353
Decimal 98 171 235
Hex 62 AB EB

RGB Percentages of Color #62abeb

%19.44
%33.93
%46.63

CMYK Percentages of Color #62abeb

%58
%27
%0
%8

Triadic Colors of #62abeb

#62abeb #eb62ab #abeb62

Analogous Colors of #62abeb

#62abeb #6267eb #62ebe7

Monochromatic Colors of #62abeb

#62abeb

Complementary Color

#62abeb #eba262

#62abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62abeb Color CSS Codes

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

#62abeb Text Font Color

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

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


#62abeb Background Color

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

This div background color is #62abeb


#62abeb Border Color

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

This div border color is #62abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62abeb


Comments

No comments written yet.

Please login to write comment.