Color Hex Logo

#aed65c Color Hex

#AED65C
(174,214,92)
0 Favorites   0 Comments

Color spaces of #aed65c

RGB 17421492
HSL0.220.600.60
HSV80°57°84°
CMYK 0.190.000.57   0.16
XYZ43.433957.864519.0050
Yxy57.86450.36100.4810
Hunter Lab76.0687-31.199938.4351
CIE-Lab80.6634-31.529054.8891

#aed65c color RGB value is (174,214,92).

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

The process color (four color CMYK) of #aed65c color hex is 0.19, 0.00, 0.57, 0.16. Web safe color of #aed65c is #99cc66. Color #aed65c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 01011100
Octal 256 326 134
Decimal 174 214 92
Hex AE D6 5C

RGB Percentages of Color #aed65c

%36.25
%44.58
%19.17

CMYK Percentages of Color #aed65c

%19
%0
%57
%16

Triadic Colors of #aed65c

#aed65c #5caed6 #d65cae

Analogous Colors of #aed65c

#aed65c #71d65c #d6c15c

Monochromatic Colors of #aed65c

#aed65c

Complementary Color

#aed65c #845cd6

#aed65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed65c Color CSS Codes

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

#aed65c Text Font Color

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

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


#aed65c Background Color

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

This div background color is #aed65c


#aed65c Border Color

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

This div border color is #aed65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed65c


Comments

No comments written yet.

Please login to write comment.