Color Hex Logo

#aee612 Color Hex

#AEE612
(174,230,18)
0 Favorites   0 Comments

Color spaces of #aee612

RGB 17423018
HSL0.210.850.49
HSV76°92°90°
CMYK 0.240.000.92   0.10
XYZ45.861665.636010.8241
Yxy65.63600.37490.5366
Hunter Lab81.0160-40.732748.7898
CIE-Lab84.8104-42.358381.1621

#aee612 color RGB value is (174,230,18).

#aee612 hex color red value is 174, green value is 230 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aee612 hue: 0.21 , saturation: 0.85 and the lightness value of aee612 is 0.49.

The process color (four color CMYK) of #aee612 color hex is 0.24, 0.00, 0.92, 0.10. Web safe color of #aee612 is #99ff00. Color #aee612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 00010010
Octal 256 346 22
Decimal 174 230 18
Hex AE E6 12

RGB Percentages of Color #aee612

%41.23
%54.50
%4.27

CMYK Percentages of Color #aee612

%24
%0
%92
%10

Triadic Colors of #aee612

#aee612 #12aee6 #e612ae

Analogous Colors of #aee612

#aee612 #44e612 #e6b412

Monochromatic Colors of #aee612

#aee612

Complementary Color

#aee612 #4a12e6

#aee612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee612 Color CSS Codes

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

#aee612 Text Font Color

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

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


#aee612 Background Color

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

This div background color is #aee612


#aee612 Border Color

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

This div border color is #aee612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee612


Comments

No comments written yet.

Please login to write comment.