Color Hex Logo

#aec072 Color Hex

#AEC072
(174,192,114)
0 Favorites   0 Comments

Color spaces of #aec072

RGB 174192114
HSL0.210.380.60
HSV74°41°75°
CMYK 0.090.000.41   0.25
XYZ39.342547.912823.0941
Yxy47.91280.35650.4342
Hunter Lab69.2191-19.678228.6720
CIE-Lab74.7699-18.619537.2264

#aec072 color RGB value is (174,192,114).

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

The process color (four color CMYK) of #aec072 color hex is 0.09, 0.00, 0.41, 0.25. Web safe color of #aec072 is #99cc66. Color #aec072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 01110010
Octal 256 300 162
Decimal 174 192 114
Hex AE C0 72

RGB Percentages of Color #aec072

%36.25
%40.00
%23.75

CMYK Percentages of Color #aec072

%9
%0
%41
%25

Triadic Colors of #aec072

#aec072 #72aec0 #c072ae

Analogous Colors of #aec072

#aec072 #87c072 #c0ab72

Monochromatic Colors of #aec072

#aec072

Complementary Color

#aec072 #8472c0

#aec072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec072 Color CSS Codes

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

#aec072 Text Font Color

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

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


#aec072 Background Color

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

This div background color is #aec072


#aec072 Border Color

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

This div border color is #aec072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec072


Comments

No comments written yet.

Please login to write comment.