Color Hex Logo

#60a458 Color Hex

#60A458
(96,164,88)
0 Favorites   0 Comments

Color spaces of #60a458

RGB 9616488
HSL0.320.300.49
HSV114°46°64°
CMYK 0.410.000.46   0.36
XYZ19.860829.742313.9266
Yxy29.74230.31260.4682
Hunter Lab54.5365-30.433723.0351
CIE-Lab61.4312-37.051732.7336

#60a458 color RGB value is (96,164,88).

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

The process color (four color CMYK) of #60a458 color hex is 0.41, 0.00, 0.46, 0.36. Web safe color of #60a458 is #669966. Color #60a458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10100100 01011000
Octal 140 244 130
Decimal 96 164 88
Hex 60 A4 58

RGB Percentages of Color #60a458

%27.59
%47.13
%25.29

CMYK Percentages of Color #60a458

%41
%0
%46
%36

Triadic Colors of #60a458

#60a458 #5860a4 #a45860

Analogous Colors of #60a458

#60a458 #58a476 #86a458

Monochromatic Colors of #60a458

#60a458

Complementary Color

#60a458 #9c58a4

#60a458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a458 Color CSS Codes

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

#60a458 Text Font Color

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

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


#60a458 Background Color

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

This div background color is #60a458


#60a458 Border Color

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

This div border color is #60a458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a458


Comments

No comments written yet.

Please login to write comment.