Color Hex Logo

#3ac754 Color Hex

#3AC754
(58,199,84)
0 Favorites   0 Comments

Color spaces of #3ac754

RGB 5819984
HSL0.360.560.50
HSV131°71°78°
CMYK 0.710.000.58   0.22
XYZ23.768642.386515.3162
Yxy42.38650.29170.5203
Hunter Lab65.1049-48.766631.6252
CIE-Lab71.1366-60.578246.2210

#3ac754 color RGB value is (58,199,84).

#3ac754 hex color red value is 58, green value is 199 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #3ac754 hue: 0.36 , saturation: 0.56 and the lightness value of 3ac754 is 0.50.

The process color (four color CMYK) of #3ac754 color hex is 0.71, 0.00, 0.58, 0.22. Web safe color of #3ac754 is #33cc66. Color #3ac754 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11000111 01010100
Octal 72 307 124
Decimal 58 199 84
Hex 3A C7 54

RGB Percentages of Color #3ac754

%17.01
%58.36
%24.63

CMYK Percentages of Color #3ac754

%71
%0
%58
%22

Triadic Colors of #3ac754

#3ac754 #543ac7 #c7543a

Analogous Colors of #3ac754

#3ac754 #3ac79b #67c73a

Monochromatic Colors of #3ac754

#3ac754

Complementary Color

#3ac754 #c73aad

#3ac754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ac754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ac754 Color CSS Codes

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

#3ac754 Text Font Color

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

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


#3ac754 Background Color

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

This div background color is #3ac754


#3ac754 Border Color

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

This div border color is #3ac754


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,199,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 #3ac754">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ac754


Comments

No comments written yet.

Please login to write comment.