Color Hex Logo

#3afd5e Color Hex

#3AFD5E
(58,253,94)
0 Favorites   0 Comments

Color spaces of #3afd5e

RGB 5825394
HSL0.360.980.61
HSV131°77°99°
CMYK 0.770.000.63   0.01
XYZ38.890671.958322.4293
Yxy71.95830.29180.5399
Hunter Lab84.8282-66.613843.7030
CIE-Lab87.9485-76.856161.1038

#3afd5e color RGB value is (58,253,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111101 01011110
Octal 72 375 136
Decimal 58 253 94
Hex 3A FD 5E

RGB Percentages of Color #3afd5e

%14.32
%62.47
%23.21

CMYK Percentages of Color #3afd5e

%77
%0
%63
%1

Triadic Colors of #3afd5e

#3afd5e #5e3afd #fd5e3a

Analogous Colors of #3afd5e

#3afd5e #3afdc0 #78fd3a

Monochromatic Colors of #3afd5e

#3afd5e

Complementary Color

#3afd5e #fd3ad9

#3afd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afd5e Color CSS Codes

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

#3afd5e Text Font Color

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

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


#3afd5e Background Color

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

This div background color is #3afd5e


#3afd5e Border Color

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

This div border color is #3afd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afd5e


Comments

No comments written yet.

Please login to write comment.