Color Hex Logo

#3aea73 Color Hex

#3AEA73
(58,234,115)
0 Favorites   0 Comments

Color spaces of #3aea73

RGB 58234115
HSL0.390.810.57
HSV139°75°92°
CMYK 0.750.000.51   0.08
XYZ34.262360.983026.1847
Yxy60.98300.28220.5022
Hunter Lab78.0916-58.344434.7837
CIE-Lab82.3696-68.160445.2298

#3aea73 color RGB value is (58,234,115).

#3aea73 hex color red value is 58, green value is 234 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #3aea73 hue: 0.39 , saturation: 0.81 and the lightness value of 3aea73 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101010 01110011
Octal 72 352 163
Decimal 58 234 115
Hex 3A EA 73

RGB Percentages of Color #3aea73

%14.25
%57.49
%28.26

CMYK Percentages of Color #3aea73

%75
%0
%51
%8

Triadic Colors of #3aea73

#3aea73 #733aea #ea733a

Analogous Colors of #3aea73

#3aea73 #3aeacb #59ea3a

Monochromatic Colors of #3aea73

#3aea73

Complementary Color

#3aea73 #ea3ab1

#3aea73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aea73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aea73 Color CSS Codes

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

#3aea73 Text Font Color

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

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


#3aea73 Background Color

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

This div background color is #3aea73


#3aea73 Border Color

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

This div border color is #3aea73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aea73


Comments

No comments written yet.

Please login to write comment.