Color Hex Logo

#4acd54 Color Hex

#4ACD54
(74,205,84)
0 Favorites   0 Comments

Color spaces of #4acd54

RGB 7420584
HSL0.350.570.55
HSV125°64°80°
CMYK 0.640.000.59   0.20
XYZ26.255645.758615.8360
Yxy45.75860.29890.5209
Hunter Lab67.6451-49.096433.4715
CIE-Lab73.3886-59.660748.9403

#4acd54 color RGB value is (74,205,84).

#4acd54 hex color red value is 74, green value is 205 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #4acd54 hue: 0.35 , saturation: 0.57 and the lightness value of 4acd54 is 0.55.

The process color (four color CMYK) of #4acd54 color hex is 0.64, 0.00, 0.59, 0.20. Web safe color of #4acd54 is #33cc66. Color #4acd54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 01010100
Octal 112 315 124
Decimal 74 205 84
Hex 4A CD 54

RGB Percentages of Color #4acd54

%20.39
%56.47
%23.14

CMYK Percentages of Color #4acd54

%64
%0
%59
%20

Triadic Colors of #4acd54

#4acd54 #544acd #cd544a

Analogous Colors of #4acd54

#4acd54 #4acd96 #82cd4a

Monochromatic Colors of #4acd54

#4acd54

Complementary Color

#4acd54 #cd4ac3

#4acd54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acd54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acd54 Color CSS Codes

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

#4acd54 Text Font Color

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

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


#4acd54 Background Color

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

This div background color is #4acd54


#4acd54 Border Color

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

This div border color is #4acd54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,205,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4acd54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4acd54;
  -webkit-box-shadow: 1px 1px 3px 2px #4acd54;
  box-shadow:         1px 1px 3px 2px #4acd54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,205,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acd54


Comments

No comments written yet.

Please login to write comment.