Color Hex Logo

#2ace71 Color Hex

#2ACE71
(42,206,113)
0 Favorites   0 Comments

Color spaces of #2ace71

RGB 42206113
HSL0.410.660.49
HSV146°80°81°
CMYK 0.800.000.45   0.19
XYZ26.006845.827123.0976
Yxy45.82710.27400.4827
Hunter Lab67.6957-49.892827.1574
CIE-Lab73.4332-60.884734.9157

#2ace71 color RGB value is (42,206,113).

#2ace71 hex color red value is 42, green value is 206 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #2ace71 hue: 0.41 , saturation: 0.66 and the lightness value of 2ace71 is 0.49.

The process color (four color CMYK) of #2ace71 color hex is 0.80, 0.00, 0.45, 0.19. Web safe color of #2ace71 is #33cc66. Color #2ace71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001110 01110001
Octal 52 316 161
Decimal 42 206 113
Hex 2A CE 71

RGB Percentages of Color #2ace71

%11.63
%57.06
%31.30

CMYK Percentages of Color #2ace71

%80
%0
%45
%19

Triadic Colors of #2ace71

#2ace71 #712ace #ce712a

Analogous Colors of #2ace71

#2ace71 #2acec3 #35ce2a

Monochromatic Colors of #2ace71

#2ace71

Complementary Color

#2ace71 #ce2a87

#2ace71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ace71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ace71 Color CSS Codes

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

#2ace71 Text Font Color

<p style="color:#2ace71">Text here</p>

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


#2ace71 Background Color

<div style="background-color:#2ace71">
Div content here</div>

This div background color is #2ace71


#2ace71 Border Color

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

This div border color is #2ace71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ace71


Comments

No comments written yet.

Please login to write comment.