Color Hex Logo

#3ace85 Color Hex

#3ACE85
(58,206,133)
0 Favorites   0 Comments

Color spaces of #3ace85

RGB 58206133
HSL0.420.600.52
HSV150°72°81°
CMYK 0.720.000.35   0.19
XYZ28.049946.735629.7328
Yxy46.73560.26840.4472
Hunter Lab68.3634-46.396522.0679
CIE-Lab74.0203-55.128525.4531

#3ace85 color RGB value is (58,206,133).

#3ace85 hex color red value is 58, green value is 206 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #3ace85 hue: 0.42 , saturation: 0.60 and the lightness value of 3ace85 is 0.52.

The process color (four color CMYK) of #3ace85 color hex is 0.72, 0.00, 0.35, 0.19. Web safe color of #3ace85 is #33cc99. Color #3ace85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 10000101
Octal 72 316 205
Decimal 58 206 133
Hex 3A CE 85

RGB Percentages of Color #3ace85

%14.61
%51.89
%33.50

CMYK Percentages of Color #3ace85

%72
%0
%35
%19

Triadic Colors of #3ace85

#3ace85 #853ace #ce853a

Analogous Colors of #3ace85

#3ace85 #3acdce #3ace3b

Monochromatic Colors of #3ace85

#3ace85

Complementary Color

#3ace85 #ce3a83

#3ace85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ace85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ace85 Color CSS Codes

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

#3ace85 Text Font Color

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

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


#3ace85 Background Color

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

This div background color is #3ace85


#3ace85 Border Color

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

This div border color is #3ace85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ace85


Comments

No comments written yet.

Please login to write comment.