Color Hex Logo

#60a8a4 Color Hex

#60A8A4
(96,168,164)
0 Favorites   0 Comments

Color spaces of #60a8a4

RGB 96168164
HSL0.490.290.52
HSV177°43°66°
CMYK 0.430.000.02   0.34
XYZ25.527333.172440.1794
Yxy33.17240.25820.3355
Hunter Lab57.5955-21.6779-1.0447
CIE-Lab64.3003-23.5259-5.0048

#60a8a4 color RGB value is (96,168,164).

#60a8a4 hex color red value is 96, green value is 168 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #60a8a4 hue: 0.49 , saturation: 0.29 and the lightness value of 60a8a4 is 0.52.

The process color (four color CMYK) of #60a8a4 color hex is 0.43, 0.00, 0.02, 0.34. Web safe color of #60a8a4 is #669999. Color #60a8a4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101000 10100100
Octal 140 250 244
Decimal 96 168 164
Hex 60 A8 A4

RGB Percentages of Color #60a8a4

%22.43
%39.25
%38.32

CMYK Percentages of Color #60a8a4

%43
%0
%2
%34

Triadic Colors of #60a8a4

#60a8a4 #a460a8 #a8a460

Analogous Colors of #60a8a4

#60a8a4 #6088a8 #60a880

Monochromatic Colors of #60a8a4

#60a8a4

Complementary Color

#60a8a4 #a86064

#60a8a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a8a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a8a4 Color CSS Codes

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

#60a8a4 Text Font Color

<p style="color:#60a8a4">Text here</p>

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


#60a8a4 Background Color

<div style="background-color:#60a8a4">
Div content here</div>

This div background color is #60a8a4


#60a8a4 Border Color

<div style="border:3px solid #60a8a4">
Div here</div>

This div border color is #60a8a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,168,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60a8a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60a8a4;
  -webkit-box-shadow: 1px 1px 3px 2px #60a8a4;
  box-shadow:         1px 1px 3px 2px #60a8a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,168,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a8a4


Comments

No comments written yet.

Please login to write comment.