Color Hex Logo

#3aca1c Color Hex

#3ACA1C
(58,202,28)
0 Favorites   0 Comments

Color spaces of #3aca1c

RGB 5820228
HSL0.300.760.45
HSV110°86°79°
CMYK 0.710.000.86   0.21
XYZ23.075143.22448.2256
Yxy43.22440.30960.5800
Hunter Lab65.7453-52.404838.6037
CIE-Lab71.7070-66.130966.6718

#3aca1c color RGB value is (58,202,28).

#3aca1c hex color red value is 58, green value is 202 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #3aca1c hue: 0.30 , saturation: 0.76 and the lightness value of 3aca1c is 0.45.

The process color (four color CMYK) of #3aca1c color hex is 0.71, 0.00, 0.86, 0.21. Web safe color of #3aca1c is #33cc33. Color #3aca1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001010 00011100
Octal 72 312 34
Decimal 58 202 28
Hex 3A CA 1C

RGB Percentages of Color #3aca1c

%20.14
%70.14
%9.72

CMYK Percentages of Color #3aca1c

%71
%0
%86
%21

Triadic Colors of #3aca1c

#3aca1c #1c3aca #ca1c3a

Analogous Colors of #3aca1c

#3aca1c #1cca55 #91ca1c

Monochromatic Colors of #3aca1c

#3aca1c

Complementary Color

#3aca1c #ac1cca

#3aca1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aca1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aca1c Color CSS Codes

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

#3aca1c Text Font Color

<p style="color:#3aca1c">Text here</p>

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


#3aca1c Background Color

<div style="background-color:#3aca1c">
Div content here</div>

This div background color is #3aca1c


#3aca1c Border Color

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

This div border color is #3aca1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aca1c


Comments

No comments written yet.

Please login to write comment.