Color Hex Logo

#aecb2a Color Hex

#AECB2A
(174,203,42)
0 Favorites   0 Comments

Color spaces of #aecb2a

RGB 17420342
HSL0.200.660.48
HSV71°79°80°
CMYK 0.140.000.79   0.20
XYZ39.229451.877710.1363
Yxy51.87770.38750.5124
Hunter Lab72.0262-28.824942.0744
CIE-Lab77.2077-29.484570.0594

#aecb2a color RGB value is (174,203,42).

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

The process color (four color CMYK) of #aecb2a color hex is 0.14, 0.00, 0.79, 0.20. Web safe color of #aecb2a is #99cc33. Color #aecb2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00101010
Octal 256 313 52
Decimal 174 203 42
Hex AE CB 2A

RGB Percentages of Color #aecb2a

%41.53
%48.45
%10.02

CMYK Percentages of Color #aecb2a

%14
%0
%79
%20

Triadic Colors of #aecb2a

#aecb2a #2aaecb #cb2aae

Analogous Colors of #aecb2a

#aecb2a #5ecb2a #cb982a

Monochromatic Colors of #aecb2a

#aecb2a

Complementary Color

#aecb2a #472acb

#aecb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb2a Color CSS Codes

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

#aecb2a Text Font Color

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

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


#aecb2a Background Color

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

This div background color is #aecb2a


#aecb2a Border Color

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

This div border color is #aecb2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,203,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 #aecb2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb2a


Comments

No comments written yet.

Please login to write comment.