Color Hex Logo

#60b483 Color Hex

#60B483
(96,180,131)
0 Favorites   0 Comments

Color spaces of #60b483

RGB 96180131
HSL0.400.360.54
HSV145°47°71°
CMYK 0.470.000.27   0.29
XYZ25.241936.768027.2393
Yxy36.76800.28280.4120
Hunter Lab60.6366-31.807915.8113
CIE-Lab67.1026-36.811717.2596

#60b483 color RGB value is (96,180,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10110100 10000011
Octal 140 264 203
Decimal 96 180 131
Hex 60 B4 83

RGB Percentages of Color #60b483

%23.59
%44.23
%32.19

CMYK Percentages of Color #60b483

%47
%0
%27
%29

Triadic Colors of #60b483

#60b483 #8360b4 #b48360

Analogous Colors of #60b483

#60b483 #60b4ad #67b460

Monochromatic Colors of #60b483

#60b483

Complementary Color

#60b483 #b46091

#60b483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60b483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60b483 Color CSS Codes

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

#60b483 Text Font Color

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

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


#60b483 Background Color

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

This div background color is #60b483


#60b483 Border Color

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

This div border color is #60b483


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,180,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 #60b483">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60b483


Comments

No comments written yet.

Please login to write comment.