Color Hex Logo

#aec256 Color Hex

#AEC256
(174,194,86)
0 Favorites   0 Comments

Color spaces of #aec256

RGB 17419486
HSL0.200.470.55
HSV71°56°76°
CMYK 0.100.000.56   0.24
XYZ38.427148.254116.0928
Yxy48.25410.37390.4695
Hunter Lab69.4652-22.820534.8901
CIE-Lab74.9849-22.459151.1270

#aec256 color RGB value is (174,194,86).

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

The process color (four color CMYK) of #aec256 color hex is 0.10, 0.00, 0.56, 0.24. Web safe color of #aec256 is #99cc66. Color #aec256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01010110
Octal 256 302 126
Decimal 174 194 86
Hex AE C2 56

RGB Percentages of Color #aec256

%38.33
%42.73
%18.94

CMYK Percentages of Color #aec256

%10
%0
%56
%24

Triadic Colors of #aec256

#aec256 #56aec2 #c256ae

Analogous Colors of #aec256

#aec256 #78c256 #c2a056

Monochromatic Colors of #aec256

#aec256

Complementary Color

#aec256 #6a56c2

#aec256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec256 Color CSS Codes

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

#aec256 Text Font Color

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

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


#aec256 Background Color

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

This div background color is #aec256


#aec256 Border Color

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

This div border color is #aec256


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,194,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 #aec256">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec256


Comments

No comments written yet.

Please login to write comment.