Color Hex Logo

#62afeb Color Hex

#62AFEB
(98,175,235)
0 Favorites   0 Comments

Color spaces of #62afeb

RGB 98175235
HSL0.570.770.65
HSV206°58°92°
CMYK 0.580.260.00   0.08
XYZ35.362439.254884.3104
Yxy39.25480.22250.2470
Hunter Lab62.6537-8.8966-35.9265
CIE-Lab68.9354-6.4860-37.2150

#62afeb color RGB value is (98,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101111 11101011
Octal 142 257 353
Decimal 98 175 235
Hex 62 AF EB

RGB Percentages of Color #62afeb

%19.29
%34.45
%46.26

CMYK Percentages of Color #62afeb

%58
%26
%0
%8

Triadic Colors of #62afeb

#62afeb #eb62af #afeb62

Analogous Colors of #62afeb

#62afeb #626beb #62ebe3

Monochromatic Colors of #62afeb

#62afeb

Complementary Color

#62afeb #eb9e62

#62afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62afeb Color CSS Codes

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

#62afeb Text Font Color

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

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


#62afeb Background Color

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

This div background color is #62afeb


#62afeb Border Color

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

This div border color is #62afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62afeb


Comments

No comments written yet.

Please login to write comment.