Color Hex Logo

#aed10c Color Hex

#AED10C
(174,209,12)
0 Favorites   0 Comments

Color spaces of #aed10c

RGB 17420912
HSL0.200.890.43
HSV71°94°82°
CMYK 0.170.000.94   0.18
XYZ40.322454.62618.7665
Yxy54.62610.38880.5267
Hunter Lab73.9095-31.958344.7042
CIE-Lab78.8254-33.031877.1309

#aed10c color RGB value is (174,209,12).

#aed10c hex color red value is 174, green value is 209 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aed10c hue: 0.20 , saturation: 0.89 and the lightness value of aed10c is 0.43.

The process color (four color CMYK) of #aed10c color hex is 0.17, 0.00, 0.94, 0.18. Web safe color of #aed10c is #99cc00. Color #aed10c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 00001100
Octal 256 321 14
Decimal 174 209 12
Hex AE D1 C

RGB Percentages of Color #aed10c

%44.05
%52.91
%3.04

CMYK Percentages of Color #aed10c

%17
%0
%94
%18

Triadic Colors of #aed10c

#aed10c #0caed1 #d10cae

Analogous Colors of #aed10c

#aed10c #4cd10c #d1920c

Monochromatic Colors of #aed10c

#aed10c

Complementary Color

#aed10c #2f0cd1

#aed10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed10c Color CSS Codes

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

#aed10c Text Font Color

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

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


#aed10c Background Color

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

This div background color is #aed10c


#aed10c Border Color

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

This div border color is #aed10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed10c


Comments

No comments written yet.

Please login to write comment.