Color Hex Logo

#62acbf Color Hex

#62ACBF
(98,172,191)
0 Favorites   0 Comments

Color spaces of #62acbf

RGB 98172191
HSL0.530.420.57
HSV192°49°75°
CMYK 0.490.100.00   0.25
XYZ29.193535.863354.6739
Yxy35.86330.24380.2995
Hunter Lab59.8860-17.7844-12.2096
CIE-Lab66.4153-17.8845-16.8702

#62acbf color RGB value is (98,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101100 10111111
Octal 142 254 277
Decimal 98 172 191
Hex 62 AC BF

RGB Percentages of Color #62acbf

%21.26
%37.31
%41.43

CMYK Percentages of Color #62acbf

%49
%10
%0
%25

Triadic Colors of #62acbf

#62acbf #bf62ac #acbf62

Analogous Colors of #62acbf

#62acbf #627ebf #62bfa4

Monochromatic Colors of #62acbf

#62acbf

Complementary Color

#62acbf #bf7562

#62acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#62acbf Color CSS Codes

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

#62acbf Text Font Color

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

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


#62acbf Background Color

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

This div background color is #62acbf


#62acbf Border Color

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

This div border color is #62acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62acbf


Comments

No comments written yet.

Please login to write comment.