Color Hex Logo

#aec774 Color Hex

#AEC774
(174,199,116)
0 Favorites   0 Comments

Color spaces of #aec774

RGB 174199116
HSL0.220.430.62
HSV78°42°78°
CMYK 0.130.000.42   0.22
XYZ41.031451.106524.2250
Yxy51.10650.35260.4392
Hunter Lab71.4888-22.654429.9509
CIE-Lab76.7435-21.868838.7132

#aec774 color RGB value is (174,199,116).

#aec774 hex color red value is 174, green value is 199 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aec774 hue: 0.22 , saturation: 0.43 and the lightness value of aec774 is 0.62.

The process color (four color CMYK) of #aec774 color hex is 0.13, 0.00, 0.42, 0.22. Web safe color of #aec774 is #99cc66. Color #aec774 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 01110100
Octal 256 307 164
Decimal 174 199 116
Hex AE C7 74

RGB Percentages of Color #aec774

%35.58
%40.70
%23.72

CMYK Percentages of Color #aec774

%13
%0
%42
%22

Triadic Colors of #aec774

#aec774 #74aec7 #c774ae

Analogous Colors of #aec774

#aec774 #85c774 #c7b774

Monochromatic Colors of #aec774

#aec774

Complementary Color

#aec774 #8d74c7

#aec774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec774 Color CSS Codes

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

#aec774 Text Font Color

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

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


#aec774 Background Color

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

This div background color is #aec774


#aec774 Border Color

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

This div border color is #aec774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec774


Comments

No comments written yet.

Please login to write comment.