Color Hex Logo

#aed000 Color Hex

#AED000
(174,208,0)
0 Favorites   0 Comments

Color spaces of #aed000

RGB 1742080
HSL0.191.000.41
HSV70°100°82°
CMYK 0.160.001.00   0.18
XYZ40.011454.11048.3355
Yxy54.11040.39050.5281
Hunter Lab73.5598-31.638044.7733
CIE-Lab78.5261-32.709978.0539

#aed000 color RGB value is (174,208,0).

#aed000 hex color red value is 174, green value is 208 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aed000 hue: 0.19 , saturation: 1.00 and the lightness value of aed000 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00000000
Octal 256 320 0
Decimal 174 208 0
Hex AE D0 0

RGB Percentages of Color #aed000

%45.55
%54.45
%0.00

CMYK Percentages of Color #aed000

%16
%0
%100
%18

Triadic Colors of #aed000

#aed000 #00aed0 #d000ae

Analogous Colors of #aed000

#aed000 #46d000 #d08a00

Monochromatic Colors of #aed000

#aed000

Complementary Color

#aed000 #2200d0

#aed000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed000 Color CSS Codes

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

#aed000 Text Font Color

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

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


#aed000 Background Color

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

This div background color is #aed000


#aed000 Border Color

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

This div border color is #aed000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed000


Comments

No comments written yet.

Please login to write comment.