Color Hex Logo

#aed408 Color Hex

#AED408
(174,212,8)
0 Favorites   0 Comments

Color spaces of #aed408

RGB 1742128
HSL0.200.930.43
HSV71°96°83°
CMYK 0.180.000.96   0.17
XYZ41.042956.10328.8955
Yxy56.10320.38700.5291
Hunter Lab74.9021-33.268845.3901
CIE-Lab79.6725-34.458678.1699

#aed408 color RGB value is (174,212,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 00001000
Octal 256 324 10
Decimal 174 212 8
Hex AE D4 8

RGB Percentages of Color #aed408

%44.16
%53.81
%2.03

CMYK Percentages of Color #aed408

%18
%0
%96
%17

Triadic Colors of #aed408

#aed408 #08aed4 #d408ae

Analogous Colors of #aed408

#aed408 #48d408 #d49408

Monochromatic Colors of #aed408

#aed408

Complementary Color

#aed408 #2e08d4

#aed408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed408 Color CSS Codes

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

#aed408 Text Font Color

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

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


#aed408 Background Color

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

This div background color is #aed408


#aed408 Border Color

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

This div border color is #aed408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed408


Comments

No comments written yet.

Please login to write comment.