Color Hex Logo

#4ca974 Color Hex

#4CA974
(76,169,116)
0 Favorites   0 Comments

Color spaces of #4ca974

RGB 76169116
HSL0.410.380.48
HSV146°55°66°
CMYK 0.550.000.31   0.34
XYZ20.320831.173421.4690
Yxy31.17340.27850.4272
Hunter Lab55.8331-32.741916.2850
CIE-Lab62.6537-40.048019.2025

#4ca974 color RGB value is (76,169,116).

#4ca974 hex color red value is 76, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #4ca974 hue: 0.41 , saturation: 0.38 and the lightness value of 4ca974 is 0.48.

The process color (four color CMYK) of #4ca974 color hex is 0.55, 0.00, 0.31, 0.34. Web safe color of #4ca974 is #339966. Color #4ca974 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101001 01110100
Octal 114 251 164
Decimal 76 169 116
Hex 4C A9 74

RGB Percentages of Color #4ca974

%21.05
%46.81
%32.13

CMYK Percentages of Color #4ca974

%55
%0
%31
%34

Triadic Colors of #4ca974

#4ca974 #744ca9 #a9744c

Analogous Colors of #4ca974

#4ca974 #4ca9a3 #53a94c

Monochromatic Colors of #4ca974

#4ca974

Complementary Color

#4ca974 #a94c81

#4ca974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca974 Color CSS Codes

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

#4ca974 Text Font Color

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

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


#4ca974 Background Color

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

This div background color is #4ca974


#4ca974 Border Color

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

This div border color is #4ca974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca974


Comments

No comments written yet.

Please login to write comment.