Color Hex Logo

#aec499 Color Hex

#AEC499
(174,196,153)
0 Favorites   0 Comments

Color spaces of #aec499

RGB 174196153
HSL0.250.270.68
HSV91°22°77°
CMYK 0.110.000.22   0.23
XYZ42.945350.778437.6748
Yxy50.77840.32680.3864
Hunter Lab71.2590-17.127418.5345
CIE-Lab76.5446-15.225019.1511

#aec499 color RGB value is (174,196,153).

#aec499 hex color red value is 174, green value is 196 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aec499 hue: 0.25 , saturation: 0.27 and the lightness value of aec499 is 0.68.

The process color (four color CMYK) of #aec499 color hex is 0.11, 0.00, 0.22, 0.23. Web safe color of #aec499 is #99cc99. Color #aec499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 10011001
Octal 256 304 231
Decimal 174 196 153
Hex AE C4 99

RGB Percentages of Color #aec499

%33.27
%37.48
%29.25

CMYK Percentages of Color #aec499

%11
%0
%22
%23

Triadic Colors of #aec499

#aec499 #99aec4 #c499ae

Analogous Colors of #aec499

#aec499 #99c49a #c4c499

Monochromatic Colors of #aec499

#aec499

Complementary Color

#aec499 #af99c4

#aec499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec499 Color CSS Codes

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

#aec499 Text Font Color

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

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


#aec499 Background Color

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

This div background color is #aec499


#aec499 Border Color

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

This div border color is #aec499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec499


Comments

No comments written yet.

Please login to write comment.