Color Hex Logo

#60b477 Color Hex

#60B477
(96,180,119)
0 Favorites   0 Comments

Color spaces of #60b477

RGB 96180119
HSL0.380.360.54
HSV136°47°71°
CMYK 0.470.000.34   0.29
XYZ24.474936.461223.2005
Yxy36.46120.29090.4334
Hunter Lab60.3831-33.319619.4877
CIE-Lab66.8708-39.101423.4244

#60b477 color RGB value is (96,180,119).

#60b477 hex color red value is 96, green value is 180 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #60b477 hue: 0.38 , saturation: 0.36 and the lightness value of 60b477 is 0.54.

The process color (four color CMYK) of #60b477 color hex is 0.47, 0.00, 0.34, 0.29. Web safe color of #60b477 is #66cc66. Color #60b477 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10110100 01110111
Octal 140 264 167
Decimal 96 180 119
Hex 60 B4 77

RGB Percentages of Color #60b477

%24.30
%45.57
%30.13

CMYK Percentages of Color #60b477

%47
%0
%34
%29

Triadic Colors of #60b477

#60b477 #7760b4 #b47760

Analogous Colors of #60b477

#60b477 #60b4a1 #73b460

Monochromatic Colors of #60b477

#60b477

Complementary Color

#60b477 #b4609d

#60b477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60b477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60b477 Color CSS Codes

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

#60b477 Text Font Color

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

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


#60b477 Background Color

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

This div background color is #60b477


#60b477 Border Color

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

This div border color is #60b477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60b477


Comments

No comments written yet.

Please login to write comment.