Color Hex Logo

#aed25c Color Hex

#AED25C
(174,210,92)
0 Favorites   0 Comments

Color spaces of #aed25c

RGB 17421092
HSL0.220.570.59
HSV78°56°82°
CMYK 0.170.000.56   0.18
XYZ42.433955.864618.6717
Yxy55.86460.36280.4776
Hunter Lab74.7426-29.459137.5084
CIE-Lab79.5367-29.651153.6038

#aed25c color RGB value is (174,210,92).

#aed25c hex color red value is 174, green value is 210 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aed25c hue: 0.22 , saturation: 0.57 and the lightness value of aed25c is 0.59.

The process color (four color CMYK) of #aed25c color hex is 0.17, 0.00, 0.56, 0.18. Web safe color of #aed25c is #99cc66. Color #aed25c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01011100
Octal 256 322 134
Decimal 174 210 92
Hex AE D2 5C

RGB Percentages of Color #aed25c

%36.55
%44.12
%19.33

CMYK Percentages of Color #aed25c

%17
%0
%56
%18

Triadic Colors of #aed25c

#aed25c #5caed2 #d25cae

Analogous Colors of #aed25c

#aed25c #73d25c #d2bb5c

Monochromatic Colors of #aed25c

#aed25c

Complementary Color

#aed25c #805cd2

#aed25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed25c Color CSS Codes

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

#aed25c Text Font Color

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

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


#aed25c Background Color

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

This div background color is #aed25c


#aed25c Border Color

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

This div border color is #aed25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed25c


Comments

No comments written yet.

Please login to write comment.