Color Hex Logo

#aec16f Color Hex

#AEC16F
(174,193,111)
0 Favorites   0 Comments

Color spaces of #aec16f

RGB 174193111
HSL0.210.400.60
HSV74°42°76°
CMYK 0.100.000.42   0.24
XYZ39.394848.286322.2828
Yxy48.28630.35830.4391
Hunter Lab69.4883-20.408229.6293
CIE-Lab75.0051-19.468539.0454

#aec16f color RGB value is (174,193,111).

#aec16f hex color red value is 174, green value is 193 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aec16f hue: 0.21 , saturation: 0.40 and the lightness value of aec16f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 01101111
Octal 256 301 157
Decimal 174 193 111
Hex AE C1 6F

RGB Percentages of Color #aec16f

%36.40
%40.38
%23.22

CMYK Percentages of Color #aec16f

%10
%0
%42
%24

Triadic Colors of #aec16f

#aec16f #6faec1 #c16fae

Analogous Colors of #aec16f

#aec16f #85c16f #c1ab6f

Monochromatic Colors of #aec16f

#aec16f

Complementary Color

#aec16f #826fc1

#aec16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec16f Color CSS Codes

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

#aec16f Text Font Color

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

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


#aec16f Background Color

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

This div background color is #aec16f


#aec16f Border Color

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

This div border color is #aec16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec16f


Comments

No comments written yet.

Please login to write comment.