Color Hex Logo

#3afa5d Color Hex

#3AFA5D
(58,250,93)
0 Favorites   0 Comments

Color spaces of #3afa5d

RGB 5825093
HSL0.360.950.60
HSV131°77°98°
CMYK 0.770.000.63   0.02
XYZ37.906370.061121.8812
Yxy70.06110.29190.5396
Hunter Lab83.7025-65.642243.0924
CIE-Lab87.0268-76.041760.4848

#3afa5d color RGB value is (58,250,93).

#3afa5d hex color red value is 58, green value is 250 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #3afa5d hue: 0.36 , saturation: 0.95 and the lightness value of 3afa5d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 01011101
Octal 72 372 135
Decimal 58 250 93
Hex 3A FA 5D

RGB Percentages of Color #3afa5d

%14.46
%62.34
%23.19

CMYK Percentages of Color #3afa5d

%77
%0
%63
%2

Triadic Colors of #3afa5d

#3afa5d #5d3afa #fa5d3a

Analogous Colors of #3afa5d

#3afa5d #3afabd #77fa3a

Monochromatic Colors of #3afa5d

#3afa5d

Complementary Color

#3afa5d #fa3ad7

#3afa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afa5d Color CSS Codes

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

#3afa5d Text Font Color

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

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


#3afa5d Background Color

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

This div background color is #3afa5d


#3afa5d Border Color

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

This div border color is #3afa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afa5d


Comments

No comments written yet.

Please login to write comment.