Color Hex Logo

#3afd4f Color Hex

#3AFD4F
(58,253,79)
0 Favorites   0 Comments

Color spaces of #3afd4f

RGB 5825379
HSL0.350.980.61
HSV126°77°99°
CMYK 0.770.000.69   0.01
XYZ38.281571.714619.2218
Yxy71.71460.29630.5550
Hunter Lab84.6845-67.507145.8214
CIE-Lab87.8310-78.297866.8237

#3afd4f color RGB value is (58,253,79).

#3afd4f hex color red value is 58, green value is 253 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #3afd4f hue: 0.35 , saturation: 0.98 and the lightness value of 3afd4f is 0.61.

The process color (four color CMYK) of #3afd4f color hex is 0.77, 0.00, 0.69, 0.01. Web safe color of #3afd4f is #33ff66. Color #3afd4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111101 01001111
Octal 72 375 117
Decimal 58 253 79
Hex 3A FD 4F

RGB Percentages of Color #3afd4f

%14.87
%64.87
%20.26

CMYK Percentages of Color #3afd4f

%77
%0
%69
%1

Triadic Colors of #3afd4f

#3afd4f #4f3afd #fd4f3a

Analogous Colors of #3afd4f

#3afd4f #3afdb1 #87fd3a

Monochromatic Colors of #3afd4f

#3afd4f

Complementary Color

#3afd4f #fd3ae8

#3afd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afd4f Color CSS Codes

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

#3afd4f Text Font Color

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

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


#3afd4f Background Color

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

This div background color is #3afd4f


#3afd4f Border Color

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

This div border color is #3afd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afd4f


Comments

No comments written yet.

Please login to write comment.