Color Hex Logo

#2ace92 Color Hex

#2ACE92
(42,206,146)
0 Favorites   0 Comments

Color spaces of #2ace92

RGB 42206146
HSL0.440.660.49
HSV158°80°81°
CMYK 0.800.000.29   0.19
XYZ28.214546.710234.7230
Yxy46.71020.25730.4260
Hunter Lab68.3449-45.914217.7188
CIE-Lab74.0040-54.408318.5379

#2ace92 color RGB value is (42,206,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001110 10010010
Octal 52 316 222
Decimal 42 206 146
Hex 2A CE 92

RGB Percentages of Color #2ace92

%10.66
%52.28
%37.06

CMYK Percentages of Color #2ace92

%80
%0
%29
%19

Triadic Colors of #2ace92

#2ace92 #922ace #ce922a

Analogous Colors of #2ace92

#2ace92 #2ab8ce #2ace40

Monochromatic Colors of #2ace92

#2ace92

Complementary Color

#2ace92 #ce2a66

#2ace92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ace92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ace92 Color CSS Codes

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

#2ace92 Text Font Color

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

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


#2ace92 Background Color

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

This div background color is #2ace92


#2ace92 Border Color

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

This div border color is #2ace92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ace92


Comments

No comments written yet.

Please login to write comment.