Color Hex Logo

#62abbf Color Hex

#62ABBF
(98,171,191)
0 Favorites   0 Comments

Color spaces of #62abbf

RGB 98171191
HSL0.540.420.57
HSV193°49°75°
CMYK 0.490.100.00   0.25
XYZ29.003935.484154.6107
Yxy35.48410.24350.2979
Hunter Lab59.5685-17.3333-12.6574
CIE-Lab66.1238-17.3599-17.3116

#62abbf color RGB value is (98,171,191).

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

The process color (four color CMYK) of #62abbf color hex is 0.49, 0.10, 0.00, 0.25. Web safe color of #62abbf is #6699cc. Color #62abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101011 10111111
Octal 142 253 277
Decimal 98 171 191
Hex 62 AB BF

RGB Percentages of Color #62abbf

%21.30
%37.17
%41.52

CMYK Percentages of Color #62abbf

%49
%10
%0
%25

Triadic Colors of #62abbf

#62abbf #bf62ab #abbf62

Analogous Colors of #62abbf

#62abbf #627dbf #62bfa5

Monochromatic Colors of #62abbf

#62abbf

Complementary Color

#62abbf #bf7662

#62abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#62abbf Color CSS Codes

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

#62abbf Text Font Color

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

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


#62abbf Background Color

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

This div background color is #62abbf


#62abbf Border Color

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

This div border color is #62abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62abbf


Comments

No comments written yet.

Please login to write comment.