Color Hex Logo

#aecb2c Color Hex

#AECB2C
(174,203,44)
0 Favorites   0 Comments

Color spaces of #aecb2c

RGB 17420344
HSL0.200.640.48
HSV71°78°80°
CMYK 0.140.000.78   0.20
XYZ39.266151.892410.3296
Yxy51.89240.38690.5113
Hunter Lab72.0364-28.765641.9236
CIE-Lab77.2165-29.406469.5020

#aecb2c color RGB value is (174,203,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00101100
Octal 256 313 54
Decimal 174 203 44
Hex AE CB 2C

RGB Percentages of Color #aecb2c

%41.33
%48.22
%10.45

CMYK Percentages of Color #aecb2c

%14
%0
%78
%20

Triadic Colors of #aecb2c

#aecb2c #2caecb #cb2cae

Analogous Colors of #aecb2c

#aecb2c #5fcb2c #cb992c

Monochromatic Colors of #aecb2c

#aecb2c

Complementary Color

#aecb2c #492ccb

#aecb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb2c Color CSS Codes

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

#aecb2c Text Font Color

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

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


#aecb2c Background Color

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

This div background color is #aecb2c


#aecb2c Border Color

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

This div border color is #aecb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb2c


Comments

No comments written yet.

Please login to write comment.