Color Hex Logo

#aed612 Color Hex

#AED612
(174,214,18)
0 Favorites   0 Comments

Color spaces of #aed612

RGB 17421418
HSL0.200.840.45
HSV72°92°84°
CMYK 0.190.000.92   0.16
XYZ41.611357.13559.4074
Yxy57.13550.38470.5283
Hunter Lab75.5880-34.014645.5326
CIE-Lab80.2557-35.235977.5417

#aed612 color RGB value is (174,214,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 00010010
Octal 256 326 22
Decimal 174 214 18
Hex AE D6 12

RGB Percentages of Color #aed612

%42.86
%52.71
%4.43

CMYK Percentages of Color #aed612

%19
%0
%92
%16

Triadic Colors of #aed612

#aed612 #12aed6 #d612ae

Analogous Colors of #aed612

#aed612 #4cd612 #d69c12

Monochromatic Colors of #aed612

#aed612

Complementary Color

#aed612 #3a12d6

#aed612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed612 Color CSS Codes

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

#aed612 Text Font Color

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

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


#aed612 Background Color

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

This div background color is #aed612


#aed612 Border Color

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

This div border color is #aed612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed612


Comments

No comments written yet.

Please login to write comment.