Color Hex Logo

#aebd4c Color Hex

#AEBD4C
(174,189,76)
0 Favorites   0 Comments

Color spaces of #aebd4c

RGB 17418976
HSL0.190.460.52
HSV68°60°74°
CMYK 0.080.000.60   0.26
XYZ36.957745.915713.7522
Yxy45.91570.38250.4752
Hunter Lab67.7611-21.226035.3998
CIE-Lab73.4908-20.792853.9483

#aebd4c color RGB value is (174,189,76).

#aebd4c hex color red value is 174, green value is 189 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aebd4c hue: 0.19 , saturation: 0.46 and the lightness value of aebd4c is 0.52.

The process color (four color CMYK) of #aebd4c color hex is 0.08, 0.00, 0.60, 0.26. Web safe color of #aebd4c is #99cc33. Color #aebd4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 01001100
Octal 256 275 114
Decimal 174 189 76
Hex AE BD 4C

RGB Percentages of Color #aebd4c

%39.64
%43.05
%17.31

CMYK Percentages of Color #aebd4c

%8
%0
%60
%26

Triadic Colors of #aebd4c

#aebd4c #4caebd #bd4cae

Analogous Colors of #aebd4c

#aebd4c #76bd4c #bd944c

Monochromatic Colors of #aebd4c

#aebd4c

Complementary Color

#aebd4c #5b4cbd

#aebd4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd4c Color CSS Codes

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

#aebd4c Text Font Color

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

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


#aebd4c Background Color

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

This div background color is #aebd4c


#aebd4c Border Color

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

This div border color is #aebd4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd4c


Comments

No comments written yet.

Please login to write comment.