Color Hex Logo

#aec6ad Color Hex

#AEC6AD
(174,198,173)
0 Favorites   0 Comments

Color spaces of #aec6ad

RGB 174198173
HSL0.330.180.73
HSV118°13°78°
CMYK 0.120.000.13   0.22
XYZ45.192552.404047.2682
Yxy52.40400.31200.3617
Hunter Lab72.3906-15.248411.9594
CIE-Lab77.5218-12.85849.8071

#aec6ad color RGB value is (174,198,173).

#aec6ad hex color red value is 174, green value is 198 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aec6ad hue: 0.33 , saturation: 0.18 and the lightness value of aec6ad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 10101101
Octal 256 306 255
Decimal 174 198 173
Hex AE C6 AD

RGB Percentages of Color #aec6ad

%31.93
%36.33
%31.74

CMYK Percentages of Color #aec6ad

%12
%0
%13
%22

Triadic Colors of #aec6ad

#aec6ad #adaec6 #c6adae

Analogous Colors of #aec6ad

#aec6ad #adc6b9 #bbc6ad

Monochromatic Colors of #aec6ad

#aec6ad

Complementary Color

#aec6ad #c5adc6

#aec6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6ad Color CSS Codes

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

#aec6ad Text Font Color

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

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


#aec6ad Background Color

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

This div background color is #aec6ad


#aec6ad Border Color

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

This div border color is #aec6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6ad


Comments

No comments written yet.

Please login to write comment.