Color Hex Logo

#3aeb5d Color Hex

#3AEB5D
(58,235,93)
0 Favorites   0 Comments

Color spaces of #3aeb5d

RGB 5823593
HSL0.370.820.57
HSV132°75°92°
CMYK 0.750.000.60   0.08
XYZ33.429061.106520.3888
Yxy61.10650.29090.5317
Hunter Lab78.1706-60.464739.2552
CIE-Lab82.4360-71.355055.2958

#3aeb5d color RGB value is (58,235,93).

#3aeb5d hex color red value is 58, green value is 235 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #3aeb5d hue: 0.37 , saturation: 0.82 and the lightness value of 3aeb5d is 0.57.

The process color (four color CMYK) of #3aeb5d color hex is 0.75, 0.00, 0.60, 0.08. Web safe color of #3aeb5d is #33ff66. Color #3aeb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101011 01011101
Octal 72 353 135
Decimal 58 235 93
Hex 3A EB 5D

RGB Percentages of Color #3aeb5d

%15.03
%60.88
%24.09

CMYK Percentages of Color #3aeb5d

%75
%0
%60
%8

Triadic Colors of #3aeb5d

#3aeb5d #5d3aeb #eb5d3a

Analogous Colors of #3aeb5d

#3aeb5d #3aebb6 #70eb3a

Monochromatic Colors of #3aeb5d

#3aeb5d

Complementary Color

#3aeb5d #eb3ac8

#3aeb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aeb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aeb5d Color CSS Codes

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

#3aeb5d Text Font Color

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

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


#3aeb5d Background Color

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

This div background color is #3aeb5d


#3aeb5d Border Color

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

This div border color is #3aeb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aeb5d


Comments

No comments written yet.

Please login to write comment.