color codes Logo

#aecc2a color codes

#AECC2A
(174,204,42)
0 Favorites   0 Comments

Color spaces of #aecc2a

RGB 17420442
HSL0.200.660.48
HSV71°79°80°
CMYK 0.150.000.79   0.20
XYZ39.466352.351610.2153
Yxy52.35160.38680.5131
Hunter Lab72.3544-29.255942.2773
CIE-Lab77.4906-29.956370.3124

#aecc2a color RGB value is (174,204,42).

#aecc2a hex color red value is 174, green value is 204 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aecc2a hue: 0.20 , saturation: 0.66 and the lightness value of aecc2a is 0.48.

The process color (four color CMYK) of #aecc2a color code is 0.15, 0.00, 0.79, 0.20. Web safe color of #aecc2a is #99cc33. Color #aecc2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00101010
Octal 256 314 52
Decimal 174 204 42
Hex AE CC 2A

RGB Percentages of Color #aecc2a

%41.43
%48.57
%10.00

CMYK Percentages of Color #aecc2a

%15
%0
%79
%20

Triadic Colors of #aecc2a

#aecc2a #2aaecc #cc2aae

Analogous Colors of #aecc2a

#aecc2a #5dcc2a #cc992a

Monochromatic Colors of #aecc2a

#aecc2a

Complementary Color

#aecc2a #482acc

#aecc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc2a Color CSS Codes

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

#aecc2a Text Font Color

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

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


#aecc2a Background Color

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

This div background color is #aecc2a


#aecc2a Border Color

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

This div border color is #aecc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc2a


Comments

No comments written yet.

Please login to write comment.