Color Hex Logo

#60a60d Color Hex

#60A60D
(96,166,13)
0 Favorites   0 Comments

Color spaces of #60a60d

RGB 9616613
HSL0.240.850.35
HSV87°92°65°
CMYK 0.420.000.92   0.35
XYZ18.532729.78835.1537
Yxy29.78830.34660.5571
Hunter Lab54.5787-34.901332.6065
CIE-Lab61.4711-43.990461.2246

#60a60d color RGB value is (96,166,13).

#60a60d hex color red value is 96, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #60a60d hue: 0.24 , saturation: 0.85 and the lightness value of 60a60d is 0.35.

The process color (four color CMYK) of #60a60d color hex is 0.42, 0.00, 0.92, 0.35. Web safe color of #60a60d is #669900. Color #60a60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10100110 00001101
Octal 140 246 15
Decimal 96 166 13
Hex 60 A6 D

RGB Percentages of Color #60a60d

%34.91
%60.36
%4.73

CMYK Percentages of Color #60a60d

%42
%0
%92
%35

Triadic Colors of #60a60d

#60a60d #0d60a6 #a60d60

Analogous Colors of #60a60d

#60a60d #14a60d #a6a00d

Monochromatic Colors of #60a60d

#60a60d

Complementary Color

#60a60d #530da6

#60a60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a60d Color CSS Codes

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

#60a60d Text Font Color

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

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


#60a60d Background Color

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

This div background color is #60a60d


#60a60d Border Color

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

This div border color is #60a60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a60d


Comments

No comments written yet.

Please login to write comment.