Color Hex Logo

#4c987f Color Hex

#4C987F
(76,152,127)
0 Favorites   0 Comments

Color spaces of #4c987f

RGB 76152127
HSL0.450.330.45
HSV160°50°60°
CMYK 0.500.000.16   0.40
XYZ18.039525.525324.0548
Yxy25.52530.26680.3775
Hunter Lab50.5226-24.67967.1367
CIE-Lab57.5837-29.82945.9635

#4c987f color RGB value is (76,152,127).

#4c987f hex color red value is 76, green value is 152 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #4c987f hue: 0.45 , saturation: 0.33 and the lightness value of 4c987f is 0.45.

The process color (four color CMYK) of #4c987f color hex is 0.50, 0.00, 0.16, 0.40. Web safe color of #4c987f is #339966. Color #4c987f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10011000 01111111
Octal 114 230 177
Decimal 76 152 127
Hex 4C 98 7F

RGB Percentages of Color #4c987f

%21.41
%42.82
%35.77

CMYK Percentages of Color #4c987f

%50
%0
%16
%40

Triadic Colors of #4c987f

#4c987f #7f4c98 #987f4c

Analogous Colors of #4c987f

#4c987f #4c8b98 #4c9859

Monochromatic Colors of #4c987f

#4c987f

Complementary Color

#4c987f #984c65

#4c987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c987f Color CSS Codes

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

#4c987f Text Font Color

<p style="color:#4c987f">Text here</p>

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


#4c987f Background Color

<div style="background-color:#4c987f">
Div content here</div>

This div background color is #4c987f


#4c987f Border Color

<div style="border:3px solid #4c987f">
Div here</div>

This div border color is #4c987f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,152,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c987f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c987f;
  -webkit-box-shadow: 1px 1px 3px 2px #4c987f;
  box-shadow:         1px 1px 3px 2px #4c987f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,152,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c987f


Comments

No comments written yet.

Please login to write comment.