Color Hex Logo

#62afcb Color Hex

#62AFCB
(98,175,203)
0 Favorites   0 Comments

Color spaces of #62afcb

RGB 98175203
HSL0.540.500.59
HSV196°52°80°
CMYK 0.520.140.00   0.20
XYZ31.146537.568462.1097
Yxy37.56840.23810.2872
Hunter Lab61.2931-16.5568-17.1748
CIE-Lab67.7013-16.0664-21.5556

#62afcb color RGB value is (98,175,203).

#62afcb hex color red value is 98, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #62afcb hue: 0.54 , saturation: 0.50 and the lightness value of 62afcb is 0.59.

The process color (four color CMYK) of #62afcb color hex is 0.52, 0.14, 0.00, 0.20. Web safe color of #62afcb is #6699cc. Color #62afcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101111 11001011
Octal 142 257 313
Decimal 98 175 203
Hex 62 AF CB

RGB Percentages of Color #62afcb

%20.59
%36.76
%42.65

CMYK Percentages of Color #62afcb

%52
%14
%0
%20

Triadic Colors of #62afcb

#62afcb #cb62af #afcb62

Analogous Colors of #62afcb

#62afcb #627bcb #62cbb3

Monochromatic Colors of #62afcb

#62afcb

Complementary Color

#62afcb #cb7e62

#62afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62afcb Color CSS Codes

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

#62afcb Text Font Color

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

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


#62afcb Background Color

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

This div background color is #62afcb


#62afcb Border Color

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

This div border color is #62afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62afcb


Comments

No comments written yet.

Please login to write comment.