Color Hex Logo

#aae312 Color Hex

#AAE312
(170,227,18)
0 Favorites   0 Comments

Color spaces of #aae312

RGB 17022718
HSL0.210.850.48
HSV76°92°89°
CMYK 0.250.000.92   0.11
XYZ44.155863.527910.5071
Yxy63.52790.37360.5375
Hunter Lab79.7044-40.594747.9771
CIE-Lab83.7194-42.579380.1944

#aae312 color RGB value is (170,227,18).

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

The process color (four color CMYK) of #aae312 color hex is 0.25, 0.00, 0.92, 0.11. Web safe color of #aae312 is #99cc00. Color #aae312 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 00010010
Octal 252 343 22
Decimal 170 227 18
Hex AA E3 12

RGB Percentages of Color #aae312

%40.96
%54.70
%4.34

CMYK Percentages of Color #aae312

%25
%0
%92
%11

Triadic Colors of #aae312

#aae312 #12aae3 #e312aa

Analogous Colors of #aae312

#aae312 #42e312 #e3b412

Monochromatic Colors of #aae312

#aae312

Complementary Color

#aae312 #4b12e3

#aae312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae312 Color CSS Codes

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

#aae312 Text Font Color

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

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


#aae312 Background Color

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

This div background color is #aae312


#aae312 Border Color

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

This div border color is #aae312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae312


Comments

No comments written yet.

Please login to write comment.