Color Hex Logo

#aec498 Color Hex

#AEC498
(174,196,152)
0 Favorites   0 Comments

Color spaces of #aec498

RGB 174196152
HSL0.250.270.68
HSV90°22°77°
CMYK 0.110.000.22   0.23
XYZ42.863050.745537.2415
Yxy50.74550.32760.3878
Hunter Lab71.2359-17.258418.8688
CIE-Lab76.5246-15.384119.6569

#aec498 color RGB value is (174,196,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 10011000
Octal 256 304 230
Decimal 174 196 152
Hex AE C4 98

RGB Percentages of Color #aec498

%33.33
%37.55
%29.12

CMYK Percentages of Color #aec498

%11
%0
%22
%23

Triadic Colors of #aec498

#aec498 #98aec4 #c498ae

Analogous Colors of #aec498

#aec498 #98c498 #c4c498

Monochromatic Colors of #aec498

#aec498

Complementary Color

#aec498 #ae98c4

#aec498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec498 Color CSS Codes

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

#aec498 Text Font Color

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

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


#aec498 Background Color

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

This div background color is #aec498


#aec498 Border Color

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

This div border color is #aec498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec498


Comments

No comments written yet.

Please login to write comment.