Color Hex Logo

#aec575 Color Hex

#AEC575
(174,197,117)
0 Favorites   0 Comments

Color spaces of #aec575

RGB 174197117
HSL0.210.410.62
HSV77°41°77°
CMYK 0.120.000.41   0.23
XYZ40.632750.215524.3806
Yxy50.21550.35260.4358
Hunter Lab70.8629-21.658429.2051
CIE-Lab76.2013-20.759937.5195

#aec575 color RGB value is (174,197,117).

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

The process color (four color CMYK) of #aec575 color hex is 0.12, 0.00, 0.41, 0.23. Web safe color of #aec575 is #99cc66. Color #aec575 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01110101
Octal 256 305 165
Decimal 174 197 117
Hex AE C5 75

RGB Percentages of Color #aec575

%35.66
%40.37
%23.98

CMYK Percentages of Color #aec575

%12
%0
%41
%23

Triadic Colors of #aec575

#aec575 #75aec5 #c575ae

Analogous Colors of #aec575

#aec575 #86c575 #c5b475

Monochromatic Colors of #aec575

#aec575

Complementary Color

#aec575 #8c75c5

#aec575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec575 Color CSS Codes

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

#aec575 Text Font Color

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

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


#aec575 Background Color

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

This div background color is #aec575


#aec575 Border Color

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

This div border color is #aec575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec575


Comments

No comments written yet.

Please login to write comment.