Color Hex Logo

#aebc7f Color Hex

#AEBC7F
(174,188,127)
0 Favorites   0 Comments

Color spaces of #aebc7f

RGB 174188127
HSL0.200.310.62
HSV74°32°74°
CMYK 0.070.000.32   0.26
XYZ39.269546.497426.9838
Yxy46.49740.34830.4124
Hunter Lab68.1890-16.534024.2700
CIE-Lab73.8671-14.958929.3179

#aebc7f color RGB value is (174,188,127).

#aebc7f hex color red value is 174, green value is 188 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aebc7f hue: 0.20 , saturation: 0.31 and the lightness value of aebc7f is 0.62.

The process color (four color CMYK) of #aebc7f color hex is 0.07, 0.00, 0.32, 0.26. Web safe color of #aebc7f is #99cc66. Color #aebc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 01111111
Octal 256 274 177
Decimal 174 188 127
Hex AE BC 7F

RGB Percentages of Color #aebc7f

%35.58
%38.45
%25.97

CMYK Percentages of Color #aebc7f

%7
%0
%32
%26

Triadic Colors of #aebc7f

#aebc7f #7faebc #bc7fae

Analogous Colors of #aebc7f

#aebc7f #90bc7f #bcac7f

Monochromatic Colors of #aebc7f

#aebc7f

Complementary Color

#aebc7f #8d7fbc

#aebc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc7f Color CSS Codes

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

#aebc7f Text Font Color

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

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


#aebc7f Background Color

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

This div background color is #aebc7f


#aebc7f Border Color

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

This div border color is #aebc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc7f


Comments

No comments written yet.

Please login to write comment.