Color Hex Logo

#a2ce49 Color Hex

#A2CE49
(162,206,73)
0 Favorites   0 Comments

Color spaces of #a2ce49

RGB 16220673
HSL0.220.580.55
HSV80°65°81°
CMYK 0.210.000.65   0.19
XYZ38.174252.305014.3872
Yxy52.30500.36400.4988
Hunter Lab72.3222-32.345338.8309
CIE-Lab77.4629-33.952759.2754

#a2ce49 color RGB value is (162,206,73).

#a2ce49 hex color red value is 162, green value is 206 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a2ce49 hue: 0.22 , saturation: 0.58 and the lightness value of a2ce49 is 0.55.

The process color (four color CMYK) of #a2ce49 color hex is 0.21, 0.00, 0.65, 0.19. Web safe color of #a2ce49 is #99cc33. Color #a2ce49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001110 01001001
Octal 242 316 111
Decimal 162 206 73
Hex A2 CE 49

RGB Percentages of Color #a2ce49

%36.73
%46.71
%16.55

CMYK Percentages of Color #a2ce49

%21
%0
%65
%19

Triadic Colors of #a2ce49

#a2ce49 #49a2ce #ce49a2

Analogous Colors of #a2ce49

#a2ce49 #60ce49 #ceb849

Monochromatic Colors of #a2ce49

#a2ce49

Complementary Color

#a2ce49 #7549ce

#a2ce49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ce49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ce49 Color CSS Codes

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

#a2ce49 Text Font Color

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

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


#a2ce49 Background Color

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

This div background color is #a2ce49


#a2ce49 Border Color

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

This div border color is #a2ce49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ce49


Comments

No comments written yet.

Please login to write comment.