Color Hex Logo

#3ae19e Color Hex

#3AE19E
(58,225,158)
0 Favorites   0 Comments

Color spaces of #3ae19e

RGB 58225158
HSL0.430.740.55
HSV156°74°88°
CMYK 0.740.000.30   0.12
XYZ34.841757.218641.5557
Yxy57.21860.26080.4282
Hunter Lab75.6430-50.156820.3782
CIE-Lab80.3024-57.255320.9655

#3ae19e color RGB value is (58,225,158).

#3ae19e hex color red value is 58, green value is 225 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3ae19e hue: 0.43 , saturation: 0.74 and the lightness value of 3ae19e is 0.55.

The process color (four color CMYK) of #3ae19e color hex is 0.74, 0.00, 0.30, 0.12. Web safe color of #3ae19e is #33cc99. Color #3ae19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100001 10011110
Octal 72 341 236
Decimal 58 225 158
Hex 3A E1 9E

RGB Percentages of Color #3ae19e

%13.15
%51.02
%35.83

CMYK Percentages of Color #3ae19e

%74
%0
%30
%12

Triadic Colors of #3ae19e

#3ae19e #9e3ae1 #e19e3a

Analogous Colors of #3ae19e

#3ae19e #3ad1e1 #3ae14b

Monochromatic Colors of #3ae19e

#3ae19e

Complementary Color

#3ae19e #e13a7d

#3ae19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae19e Color CSS Codes

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

#3ae19e Text Font Color

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

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


#3ae19e Background Color

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

This div background color is #3ae19e


#3ae19e Border Color

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

This div border color is #3ae19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae19e


Comments

No comments written yet.

Please login to write comment.