Color Hex Logo

#aec886 Color Hex

#AEC886
(174,200,134)
0 Favorites   0 Comments

Color spaces of #aec886

RGB 174200134
HSL0.230.380.65
HSV84°33°78°
CMYK 0.130.000.33   0.22
XYZ42.412952.028530.3614
Yxy52.02850.33980.4169
Hunter Lab72.1308-21.270925.5351
CIE-Lab77.2979-20.064130.1960

#aec886 color RGB value is (174,200,134).

#aec886 hex color red value is 174, green value is 200 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aec886 hue: 0.23 , saturation: 0.38 and the lightness value of aec886 is 0.65.

The process color (four color CMYK) of #aec886 color hex is 0.13, 0.00, 0.33, 0.22. Web safe color of #aec886 is #99cc99. Color #aec886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 10000110
Octal 256 310 206
Decimal 174 200 134
Hex AE C8 86

RGB Percentages of Color #aec886

%34.25
%39.37
%26.38

CMYK Percentages of Color #aec886

%13
%0
%33
%22

Triadic Colors of #aec886

#aec886 #86aec8 #c886ae

Analogous Colors of #aec886

#aec886 #8dc886 #c8c186

Monochromatic Colors of #aec886

#aec886

Complementary Color

#aec886 #a086c8

#aec886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec886 Color CSS Codes

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

#aec886 Text Font Color

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

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


#aec886 Background Color

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

This div background color is #aec886


#aec886 Border Color

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

This div border color is #aec886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec886


Comments

No comments written yet.

Please login to write comment.