Color Hex Logo

#3ae19c Color Hex

#3AE19C
(58,225,156)
0 Favorites   0 Comments

Color spaces of #3ae19c

RGB 58225156
HSL0.430.740.55
HSV155°74°88°
CMYK 0.740.000.31   0.12
XYZ34.670957.150340.6563
Yxy57.15030.26170.4314
Hunter Lab75.5978-50.432021.0325
CIE-Lab80.2641-57.675821.9537

#3ae19c color RGB value is (58,225,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100001 10011100
Octal 72 341 234
Decimal 58 225 156
Hex 3A E1 9C

RGB Percentages of Color #3ae19c

%13.21
%51.25
%35.54

CMYK Percentages of Color #3ae19c

%74
%0
%31
%12

Triadic Colors of #3ae19c

#3ae19c #9c3ae1 #e19c3a

Analogous Colors of #3ae19c

#3ae19c #3ad3e1 #3ae149

Monochromatic Colors of #3ae19c

#3ae19c

Complementary Color

#3ae19c #e13a7f

#3ae19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae19c Color CSS Codes

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

#3ae19c Text Font Color

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

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


#3ae19c Background Color

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

This div background color is #3ae19c


#3ae19c Border Color

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

This div border color is #3ae19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae19c


Comments

No comments written yet.

Please login to write comment.