Color Hex Logo

#62abb1 Color Hex

#62ABB1
(98,171,177)
0 Favorites   0 Comments

Color spaces of #62abb1

RGB 98171177
HSL0.510.340.54
HSV185°45°69°
CMYK 0.450.030.00   0.31
XYZ27.535734.896846.8794
Yxy34.89680.25190.3192
Hunter Lab59.0735-20.1752-5.6997
CIE-Lab65.6682-21.1748-10.2137

#62abb1 color RGB value is (98,171,177).

#62abb1 hex color red value is 98, green value is 171 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #62abb1 hue: 0.51 , saturation: 0.34 and the lightness value of 62abb1 is 0.54.

The process color (four color CMYK) of #62abb1 color hex is 0.45, 0.03, 0.00, 0.31. Web safe color of #62abb1 is #669999. Color #62abb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101011 10110001
Octal 142 253 261
Decimal 98 171 177
Hex 62 AB B1

RGB Percentages of Color #62abb1

%21.97
%38.34
%39.69

CMYK Percentages of Color #62abb1

%45
%3
%0
%31

Triadic Colors of #62abb1

#62abb1 #b162ab #abb162

Analogous Colors of #62abb1

#62abb1 #6284b1 #62b190

Monochromatic Colors of #62abb1

#62abb1

Complementary Color

#62abb1 #b16862

#62abb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62abb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62abb1 Color CSS Codes

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

#62abb1 Text Font Color

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

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


#62abb1 Background Color

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

This div background color is #62abb1


#62abb1 Border Color

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

This div border color is #62abb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62abb1


Comments

No comments written yet.

Please login to write comment.