Color Hex Logo

#aebc7d Color Hex

#AEBC7D
(174,188,125)
0 Favorites   0 Comments

Color spaces of #aebc7d

RGB 174188125
HSL0.200.320.61
HSV73°34°74°
CMYK 0.070.000.34   0.26
XYZ39.140446.445826.3040
Yxy46.44580.34980.4151
Hunter Lab68.1512-16.748924.8219
CIE-Lab73.8339-15.224130.3245

#aebc7d color RGB value is (174,188,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 01111101
Octal 256 274 175
Decimal 174 188 125
Hex AE BC 7D

RGB Percentages of Color #aebc7d

%35.73
%38.60
%25.67

CMYK Percentages of Color #aebc7d

%7
%0
%34
%26

Triadic Colors of #aebc7d

#aebc7d #7daebc #bc7dae

Analogous Colors of #aebc7d

#aebc7d #8fbc7d #bcab7d

Monochromatic Colors of #aebc7d

#aebc7d

Complementary Color

#aebc7d #8b7dbc

#aebc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc7d Color CSS Codes

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

#aebc7d Text Font Color

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

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


#aebc7d Background Color

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

This div background color is #aebc7d


#aebc7d Border Color

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

This div border color is #aebc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc7d


Comments

No comments written yet.

Please login to write comment.