Color Hex Logo

#aec160 Color Hex

#AEC160
(174,193,96)
0 Favorites   0 Comments

Color spaces of #aec160

RGB 17419396
HSL0.200.440.57
HSV72°50°76°
CMYK 0.100.000.50   0.24
XYZ38.636847.983118.2916
Yxy47.98310.36830.4574
Hunter Lab69.2698-21.659832.8326
CIE-Lab74.8143-21.052246.2209

#aec160 color RGB value is (174,193,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 01100000
Octal 256 301 140
Decimal 174 193 96
Hex AE C1 60

RGB Percentages of Color #aec160

%37.58
%41.68
%20.73

CMYK Percentages of Color #aec160

%10
%0
%50
%24

Triadic Colors of #aec160

#aec160 #60aec1 #c160ae

Analogous Colors of #aec160

#aec160 #7ec160 #c1a460

Monochromatic Colors of #aec160

#aec160

Complementary Color

#aec160 #7360c1

#aec160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec160 Color CSS Codes

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

#aec160 Text Font Color

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

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


#aec160 Background Color

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

This div background color is #aec160


#aec160 Border Color

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

This div border color is #aec160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec160


Comments

No comments written yet.

Please login to write comment.