Color Hex Logo

#3ae997 Color Hex

#3AE997
(58,233,151)
0 Favorites   0 Comments

Color spaces of #3ae997

RGB 58233151
HSL0.420.800.57
HSV152°75°91°
CMYK 0.750.000.35   0.09
XYZ36.469861.411739.2097
Yxy61.41170.26600.4480
Hunter Lab78.3656-54.069525.1906
CIE-Lab82.5996-61.667827.7092

#3ae997 color RGB value is (58,233,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101001 10010111
Octal 72 351 227
Decimal 58 233 151
Hex 3A E9 97

RGB Percentages of Color #3ae997

%13.12
%52.71
%34.16

CMYK Percentages of Color #3ae997

%75
%0
%35
%9

Triadic Colors of #3ae997

#3ae997 #973ae9 #e9973a

Analogous Colors of #3ae997

#3ae997 #3ae4e9 #3ae93f

Monochromatic Colors of #3ae997

#3ae997

Complementary Color

#3ae997 #e93a8c

#3ae997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae997 Color CSS Codes

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

#3ae997 Text Font Color

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

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


#3ae997 Background Color

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

This div background color is #3ae997


#3ae997 Border Color

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

This div border color is #3ae997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae997


Comments

No comments written yet.

Please login to write comment.