Color Hex Logo

#60a583 Color Hex

#60A583
(96,165,131)
0 Favorites   0 Comments

Color spaces of #60a583

RGB 96165131
HSL0.420.280.51
HSV150°42°65°
CMYK 0.420.000.21   0.35
XYZ22.375731.035826.2839
Yxy31.03580.28080.3894
Hunter Lab55.7098-25.798011.0238
CIE-Lab62.5378-29.792410.8803

#60a583 color RGB value is (96,165,131).

#60a583 hex color red value is 96, green value is 165 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #60a583 hue: 0.42 , saturation: 0.28 and the lightness value of 60a583 is 0.51.

The process color (four color CMYK) of #60a583 color hex is 0.42, 0.00, 0.21, 0.35. Web safe color of #60a583 is #669999. Color #60a583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10100101 10000011
Octal 140 245 203
Decimal 96 165 131
Hex 60 A5 83

RGB Percentages of Color #60a583

%24.49
%42.09
%33.42

CMYK Percentages of Color #60a583

%42
%0
%21
%35

Triadic Colors of #60a583

#60a583 #8360a5 #a58360

Analogous Colors of #60a583

#60a583 #60a5a5 #60a561

Monochromatic Colors of #60a583

#60a583

Complementary Color

#60a583 #a56082

#60a583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a583 Color CSS Codes

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

#60a583 Text Font Color

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

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


#60a583 Background Color

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

This div background color is #60a583


#60a583 Border Color

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

This div border color is #60a583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a583


Comments

No comments written yet.

Please login to write comment.