Color Hex Logo

#62bfab Color Hex

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

Color spaces of #62bfab

RGB 98191171
HSL0.460.420.57
HSV167°49°75°
CMYK 0.490.000.10   0.25
XYZ31.018542.798545.1542
Yxy42.79850.26070.3597
Hunter Lab65.4206-29.85204.8716
CIE-Lab71.4180-32.55951.5755

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

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

The process color (four color CMYK) of #62bfab color hex is 0.49, 0.00, 0.10, 0.25. Web safe color of #62bfab is #66cc99. Color #62bfab contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #62bfab

%21.30
%41.52
%37.17

CMYK Percentages of Color #62bfab

%49
%0
%10
%25

Triadic Colors of #62bfab

#62bfab #ab62bf #bfab62

Analogous Colors of #62bfab

#62bfab #62a5bf #62bf7d

Monochromatic Colors of #62bfab

#62bfab

Complementary Color

#62bfab #bf6276

#62bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bfab Color CSS Codes

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

#62bfab Text Font Color

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

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


#62bfab Background Color

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

This div background color is #62bfab


#62bfab Border Color

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

This div border color is #62bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bfab


Comments

No comments written yet.

Please login to write comment.