Color Hex Logo

#aecb3a Color Hex

#AECB3A
(174,203,58)
0 Favorites   0 Comments

Color spaces of #aecb3a

RGB 17420358
HSL0.200.580.51
HSV72°71°80°
CMYK 0.140.000.71   0.20
XYZ39.575252.016011.9573
Yxy52.01600.38220.5023
Hunter Lab72.1221-28.266340.6557
CIE-Lab77.2904-28.750665.0700

#aecb3a color RGB value is (174,203,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00111010
Octal 256 313 72
Decimal 174 203 58
Hex AE CB 3A

RGB Percentages of Color #aecb3a

%40.00
%46.67
%13.33

CMYK Percentages of Color #aecb3a

%14
%0
%71
%20

Triadic Colors of #aecb3a

#aecb3a #3aaecb #cb3aae

Analogous Colors of #aecb3a

#aecb3a #66cb3a #cba03a

Monochromatic Colors of #aecb3a

#aecb3a

Complementary Color

#aecb3a #573acb

#aecb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb3a Color CSS Codes

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

#aecb3a Text Font Color

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

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


#aecb3a Background Color

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

This div background color is #aecb3a


#aecb3a Border Color

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

This div border color is #aecb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb3a


Comments

No comments written yet.

Please login to write comment.