Color Hex Logo

#aec476 Color Hex

#AEC476
(174,196,118)
0 Favorites   0 Comments

Color spaces of #aec476

RGB 174196118
HSL0.210.400.62
HSV77°40°77°
CMYK 0.110.000.40   0.23
XYZ40.465549.786524.6165
Yxy49.78650.35230.4334
Hunter Lab70.5595-21.110528.7069
CIE-Lab75.9380-20.142336.6751

#aec476 color RGB value is (174,196,118).

#aec476 hex color red value is 174, green value is 196 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aec476 hue: 0.21 , saturation: 0.40 and the lightness value of aec476 is 0.62.

The process color (four color CMYK) of #aec476 color hex is 0.11, 0.00, 0.40, 0.23. Web safe color of #aec476 is #99cc66. Color #aec476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 01110110
Octal 256 304 166
Decimal 174 196 118
Hex AE C4 76

RGB Percentages of Color #aec476

%35.66
%40.16
%24.18

CMYK Percentages of Color #aec476

%11
%0
%40
%23

Triadic Colors of #aec476

#aec476 #76aec4 #c476ae

Analogous Colors of #aec476

#aec476 #87c476 #c4b376

Monochromatic Colors of #aec476

#aec476

Complementary Color

#aec476 #8c76c4

#aec476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec476 Color CSS Codes

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

#aec476 Text Font Color

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

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


#aec476 Background Color

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

This div background color is #aec476


#aec476 Border Color

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

This div border color is #aec476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec476


Comments

No comments written yet.

Please login to write comment.