Color Hex Logo

#62abcb Color Hex

#62ABCB
(98,171,203)
0 Favorites   0 Comments

Color spaces of #62abcb

RGB 98171203
HSL0.550.500.59
HSV198°52°80°
CMYK 0.520.160.00   0.20
XYZ30.379436.034361.8541
Yxy36.03430.23680.2809
Hunter Lab60.0286-14.7143-19.0731
CIE-Lab66.5461-13.9407-23.3194

#62abcb color RGB value is (98,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101011 11001011
Octal 142 253 313
Decimal 98 171 203
Hex 62 AB CB

RGB Percentages of Color #62abcb

%20.76
%36.23
%43.01

CMYK Percentages of Color #62abcb

%52
%16
%0
%20

Triadic Colors of #62abcb

#62abcb #cb62ab #abcb62

Analogous Colors of #62abcb

#62abcb #6277cb #62cbb7

Monochromatic Colors of #62abcb

#62abcb

Complementary Color

#62abcb #cb8262

#62abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62abcb Color CSS Codes

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

#62abcb Text Font Color

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

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


#62abcb Background Color

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

This div background color is #62abcb


#62abcb Border Color

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

This div border color is #62abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62abcb


Comments

No comments written yet.

Please login to write comment.