Color Hex Logo

#aecd4c Color Hex

#AECD4C
(174,205,76)
0 Favorites   0 Comments

Color spaces of #aecd4c

RGB 17420576
HSL0.210.560.55
HSV74°63°80°
CMYK 0.150.000.63   0.20
XYZ40.591453.183114.9635
Yxy53.18310.37330.4891
Hunter Lab72.9267-28.267838.8833
CIE-Lab77.9830-28.567158.8298

#aecd4c color RGB value is (174,205,76).

#aecd4c hex color red value is 174, green value is 205 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aecd4c hue: 0.21 , saturation: 0.56 and the lightness value of aecd4c is 0.55.

The process color (four color CMYK) of #aecd4c color hex is 0.15, 0.00, 0.63, 0.20. Web safe color of #aecd4c is #99cc33. Color #aecd4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 01001100
Octal 256 315 114
Decimal 174 205 76
Hex AE CD 4C

RGB Percentages of Color #aecd4c

%38.24
%45.05
%16.70

CMYK Percentages of Color #aecd4c

%15
%0
%63
%20

Triadic Colors of #aecd4c

#aecd4c #4caecd #cd4cae

Analogous Colors of #aecd4c

#aecd4c #6ecd4c #cdac4c

Monochromatic Colors of #aecd4c

#aecd4c

Complementary Color

#aecd4c #6b4ccd

#aecd4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecd4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecd4c Color CSS Codes

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

#aecd4c Text Font Color

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

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


#aecd4c Background Color

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

This div background color is #aecd4c


#aecd4c Border Color

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

This div border color is #aecd4c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,205,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 #aecd4c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecd4c


Comments

No comments written yet.

Please login to write comment.