Color Hex Logo

#aed412 Color Hex

#AED412
(174,212,18)
0 Favorites   0 Comments

Color spaces of #aed412

RGB 17421218
HSL0.200.840.45
HSV72°92°83°
CMYK 0.180.000.92   0.17
XYZ41.108256.12939.2397
Yxy56.12930.38610.5271
Hunter Lab74.9195-33.166545.1315
CIE-Lab79.6874-34.322377.0903

#aed412 color RGB value is (174,212,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 00010010
Octal 256 324 22
Decimal 174 212 18
Hex AE D4 12

RGB Percentages of Color #aed412

%43.07
%52.48
%4.46

CMYK Percentages of Color #aed412

%18
%0
%92
%17

Triadic Colors of #aed412

#aed412 #12aed4 #d412ae

Analogous Colors of #aed412

#aed412 #4dd412 #d49912

Monochromatic Colors of #aed412

#aed412

Complementary Color

#aed412 #3812d4

#aed412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed412 Color CSS Codes

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

#aed412 Text Font Color

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

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


#aed412 Background Color

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

This div background color is #aed412


#aed412 Border Color

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

This div border color is #aed412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed412


Comments

No comments written yet.

Please login to write comment.