Color Hex Logo

#aec560 Color Hex

#AEC560
(174,197,96)
0 Favorites   0 Comments

Color spaces of #aec560

RGB 17419796
HSL0.200.470.57
HSV74°51°77°
CMYK 0.120.000.51   0.23
XYZ39.533149.775718.5904
Yxy49.77570.36640.4613
Hunter Lab70.5519-23.445033.7634
CIE-Lab75.9314-23.025147.5493

#aec560 color RGB value is (174,197,96).

#aec560 hex color red value is 174, green value is 197 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aec560 hue: 0.20 , saturation: 0.47 and the lightness value of aec560 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01100000
Octal 256 305 140
Decimal 174 197 96
Hex AE C5 60

RGB Percentages of Color #aec560

%37.26
%42.18
%20.56

CMYK Percentages of Color #aec560

%12
%0
%51
%23

Triadic Colors of #aec560

#aec560 #60aec5 #c560ae

Analogous Colors of #aec560

#aec560 #7cc560 #c5aa60

Monochromatic Colors of #aec560

#aec560

Complementary Color

#aec560 #7760c5

#aec560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec560 Color CSS Codes

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

#aec560 Text Font Color

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

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


#aec560 Background Color

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

This div background color is #aec560


#aec560 Border Color

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

This div border color is #aec560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec560


Comments

No comments written yet.

Please login to write comment.