Color Hex Logo

#4aca15 Color Hex

#4ACA15
(74,202,21)
0 Favorites   0 Comments

Color spaces of #4aca15

RGB 7420221
HSL0.280.810.44
HSV102°90°79°
CMYK 0.630.000.90   0.21
XYZ24.079943.75107.8851
Yxy43.75100.31800.5778
Hunter Lab66.1445-50.770139.2332
CIE-Lab72.0618-63.196768.4665

#4aca15 color RGB value is (74,202,21).

#4aca15 hex color red value is 74, green value is 202 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #4aca15 hue: 0.28 , saturation: 0.81 and the lightness value of 4aca15 is 0.44.

The process color (four color CMYK) of #4aca15 color hex is 0.63, 0.00, 0.90, 0.21. Web safe color of #4aca15 is #33cc00. Color #4aca15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 00010101
Octal 112 312 25
Decimal 74 202 21
Hex 4A CA 15

RGB Percentages of Color #4aca15

%24.92
%68.01
%7.07

CMYK Percentages of Color #4aca15

%63
%0
%90
%21

Triadic Colors of #4aca15

#4aca15 #154aca #ca154a

Analogous Colors of #4aca15

#4aca15 #15ca3b #a5ca15

Monochromatic Colors of #4aca15

#4aca15

Complementary Color

#4aca15 #9515ca

#4aca15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aca15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aca15 Color CSS Codes

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

#4aca15 Text Font Color

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

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


#4aca15 Background Color

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

This div background color is #4aca15


#4aca15 Border Color

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

This div border color is #4aca15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aca15


Comments

No comments written yet.

Please login to write comment.