Color Hex Logo

#aed811 Color Hex

#AED811
(174,216,17)
0 Favorites   0 Comments

Color spaces of #aed811

RGB 17421617
HSL0.200.850.46
HSV73°92°85°
CMYK 0.190.000.92   0.15
XYZ42.112658.15099.5350
Yxy58.15090.38350.5296
Hunter Lab76.2567-34.873145.9662
CIE-Lab80.8226-36.160878.1211

#aed811 color RGB value is (174,216,17).

#aed811 hex color red value is 174, green value is 216 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aed811 hue: 0.20 , saturation: 0.85 and the lightness value of aed811 is 0.46.

The process color (four color CMYK) of #aed811 color hex is 0.19, 0.00, 0.92, 0.15. Web safe color of #aed811 is #99cc00. Color #aed811 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 00010001
Octal 256 330 21
Decimal 174 216 17
Hex AE D8 11

RGB Percentages of Color #aed811

%42.75
%53.07
%4.18

CMYK Percentages of Color #aed811

%19
%0
%92
%15

Triadic Colors of #aed811

#aed811 #11aed8 #d811ae

Analogous Colors of #aed811

#aed811 #4bd811 #d89f11

Monochromatic Colors of #aed811

#aed811

Complementary Color

#aed811 #3b11d8

#aed811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed811 Color CSS Codes

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

#aed811 Text Font Color

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

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


#aed811 Background Color

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

This div background color is #aed811


#aed811 Border Color

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

This div border color is #aed811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed811


Comments

No comments written yet.

Please login to write comment.