Color Hex Logo

#62aceb Color Hex

#62ACEB
(98,172,235)
0 Favorites   0 Comments

Color spaces of #62aceb

RGB 98172235
HSL0.580.770.65
HSV208°58°92°
CMYK 0.580.270.00   0.08
XYZ34.784938.099984.1179
Yxy38.09990.22160.2427
Hunter Lab61.7251-7.4261-37.5918
CIE-Lab68.0942-4.8283-38.5255

#62aceb color RGB value is (98,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101100 11101011
Octal 142 254 353
Decimal 98 172 235
Hex 62 AC EB

RGB Percentages of Color #62aceb

%19.41
%34.06
%46.53

CMYK Percentages of Color #62aceb

%58
%27
%0
%8

Triadic Colors of #62aceb

#62aceb #eb62ac #aceb62

Analogous Colors of #62aceb

#62aceb #6268eb #62ebe6

Monochromatic Colors of #62aceb

#62aceb

Complementary Color

#62aceb #eba162

#62aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62aceb Color CSS Codes

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

#62aceb Text Font Color

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

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


#62aceb Background Color

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

This div background color is #62aceb


#62aceb Border Color

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

This div border color is #62aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62aceb


Comments

No comments written yet.

Please login to write comment.