Color Hex Logo

#3ae993 Color Hex

#3AE993
(58,233,147)
0 Favorites   0 Comments

Color spaces of #3ae993

RGB 58233147
HSL0.420.800.57
HSV151°75°91°
CMYK 0.750.000.37   0.09
XYZ36.150361.284037.5274
Yxy61.28400.26790.4541
Hunter Lab78.2841-54.568826.3768
CIE-Lab82.5312-62.437229.6561

#3ae993 color RGB value is (58,233,147).

#3ae993 hex color red value is 58, green value is 233 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #3ae993 hue: 0.42 , saturation: 0.80 and the lightness value of 3ae993 is 0.57.

The process color (four color CMYK) of #3ae993 color hex is 0.75, 0.00, 0.37, 0.09. Web safe color of #3ae993 is #33ff99. Color #3ae993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101001 10010011
Octal 72 351 223
Decimal 58 233 147
Hex 3A E9 93

RGB Percentages of Color #3ae993

%13.24
%53.20
%33.56

CMYK Percentages of Color #3ae993

%75
%0
%37
%9

Triadic Colors of #3ae993

#3ae993 #933ae9 #e9933a

Analogous Colors of #3ae993

#3ae993 #3ae8e9 #3ae93c

Monochromatic Colors of #3ae993

#3ae993

Complementary Color

#3ae993 #e93a90

#3ae993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae993 Color CSS Codes

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

#3ae993 Text Font Color

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

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


#3ae993 Background Color

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

This div background color is #3ae993


#3ae993 Border Color

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

This div border color is #3ae993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae993


Comments

No comments written yet.

Please login to write comment.