Color Hex Logo

#aed011 Color Hex

#AED011
(174,208,17)
0 Favorites   0 Comments

Color spaces of #aed011

RGB 17420817
HSL0.200.850.44
HSV71°92°82°
CMYK 0.160.000.92   0.18
XYZ40.112654.15098.8683
Yxy54.15090.38890.5251
Hunter Lab73.5873-31.477044.3658
CIE-Lab78.5496-32.495976.3224

#aed011 color RGB value is (174,208,17).

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

The process color (four color CMYK) of #aed011 color hex is 0.16, 0.00, 0.92, 0.18. Web safe color of #aed011 is #99cc00. Color #aed011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00010001
Octal 256 320 21
Decimal 174 208 17
Hex AE D0 11

RGB Percentages of Color #aed011

%43.61
%52.13
%4.26

CMYK Percentages of Color #aed011

%16
%0
%92
%18

Triadic Colors of #aed011

#aed011 #11aed0 #d011ae

Analogous Colors of #aed011

#aed011 #4fd011 #d09311

Monochromatic Colors of #aed011

#aed011

Complementary Color

#aed011 #3311d0

#aed011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed011 Color CSS Codes

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

#aed011 Text Font Color

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

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


#aed011 Background Color

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

This div background color is #aed011


#aed011 Border Color

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

This div border color is #aed011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed011


Comments

No comments written yet.

Please login to write comment.