Color Hex Logo

#aec556 Color Hex

#AEC556
(174,197,86)
0 Favorites   0 Comments

Color spaces of #aec556

RGB 17419786
HSL0.200.490.55
HSV72°56°77°
CMYK 0.120.000.56   0.23
XYZ39.101549.603116.3176
Yxy49.60310.37230.4723
Hunter Lab70.4295-24.150835.5639
CIE-Lab75.8250-23.929852.0853

#aec556 color RGB value is (174,197,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01010110
Octal 256 305 126
Decimal 174 197 86
Hex AE C5 56

RGB Percentages of Color #aec556

%38.07
%43.11
%18.82

CMYK Percentages of Color #aec556

%12
%0
%56
%23

Triadic Colors of #aec556

#aec556 #56aec5 #c556ae

Analogous Colors of #aec556

#aec556 #77c556 #c5a556

Monochromatic Colors of #aec556

#aec556

Complementary Color

#aec556 #6d56c5

#aec556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec556 Color CSS Codes

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

#aec556 Text Font Color

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

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


#aec556 Background Color

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

This div background color is #aec556


#aec556 Border Color

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

This div border color is #aec556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec556


Comments

No comments written yet.

Please login to write comment.