Color Hex Logo

#aec956 Color Hex

#AEC956
(174,201,86)
0 Favorites   0 Comments

Color spaces of #aec956

RGB 17420186
HSL0.210.520.56
HSV74°57°79°
CMYK 0.130.000.57   0.21
XYZ40.021951.443816.6244
Yxy51.44380.37030.4759
Hunter Lab71.7243-25.915336.4647
CIE-Lab76.9471-25.871153.3583

#aec956 color RGB value is (174,201,86).

#aec956 hex color red value is 174, green value is 201 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aec956 hue: 0.21 , saturation: 0.52 and the lightness value of aec956 is 0.56.

The process color (four color CMYK) of #aec956 color hex is 0.13, 0.00, 0.57, 0.21. Web safe color of #aec956 is #99cc66. Color #aec956 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01010110
Octal 256 311 126
Decimal 174 201 86
Hex AE C9 56

RGB Percentages of Color #aec956

%37.74
%43.60
%18.66

CMYK Percentages of Color #aec956

%13
%0
%57
%21

Triadic Colors of #aec956

#aec956 #56aec9 #c956ae

Analogous Colors of #aec956

#aec956 #75c956 #c9ab56

Monochromatic Colors of #aec956

#aec956

Complementary Color

#aec956 #7156c9

#aec956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec956 Color CSS Codes

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

#aec956 Text Font Color

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

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


#aec956 Background Color

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

This div background color is #aec956


#aec956 Border Color

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

This div border color is #aec956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec956


Comments

No comments written yet.

Please login to write comment.