Color Hex Logo

#60ac7e Color Hex

#60AC7E
(96,172,126)
0 Favorites   0 Comments

Color spaces of #60ac7e

RGB 96172126
HSL0.400.310.53
HSV144°44°67°
CMYK 0.440.000.27   0.33
XYZ23.342333.498224.9742
Yxy33.49820.28530.4094
Hunter Lab57.8776-29.296014.9307
CIE-Lab64.5623-34.135416.4745

#60ac7e color RGB value is (96,172,126).

#60ac7e hex color red value is 96, green value is 172 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #60ac7e hue: 0.40 , saturation: 0.31 and the lightness value of 60ac7e is 0.53.

The process color (four color CMYK) of #60ac7e color hex is 0.44, 0.00, 0.27, 0.33. Web safe color of #60ac7e is #669966. Color #60ac7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101100 01111110
Octal 140 254 176
Decimal 96 172 126
Hex 60 AC 7E

RGB Percentages of Color #60ac7e

%24.37
%43.65
%31.98

CMYK Percentages of Color #60ac7e

%44
%0
%27
%33

Triadic Colors of #60ac7e

#60ac7e #7e60ac #ac7e60

Analogous Colors of #60ac7e

#60ac7e #60aca4 #68ac60

Monochromatic Colors of #60ac7e

#60ac7e

Complementary Color

#60ac7e #ac608e

#60ac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ac7e Color CSS Codes

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

#60ac7e Text Font Color

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

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


#60ac7e Background Color

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

This div background color is #60ac7e


#60ac7e Border Color

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

This div border color is #60ac7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ac7e


Comments

No comments written yet.

Please login to write comment.