Color Hex Logo

#aae317 Color Hex

#AAE317
(170,227,23)
0 Favorites   0 Comments

Color spaces of #aae317

RGB 17022723
HSL0.210.820.49
HSV77°90°89°
CMYK 0.250.000.90   0.11
XYZ44.201363.546110.7466
Yxy63.54610.37300.5363
Hunter Lab79.7158-40.526947.8081
CIE-Lab83.7289-42.487379.5190

#aae317 color RGB value is (170,227,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 00010111
Octal 252 343 27
Decimal 170 227 23
Hex AA E3 17

RGB Percentages of Color #aae317

%40.48
%54.05
%5.48

CMYK Percentages of Color #aae317

%25
%0
%90
%11

Triadic Colors of #aae317

#aae317 #17aae3 #e317aa

Analogous Colors of #aae317

#aae317 #44e317 #e3b617

Monochromatic Colors of #aae317

#aae317

Complementary Color

#aae317 #5017e3

#aae317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae317 Color CSS Codes

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

#aae317 Text Font Color

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

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


#aae317 Background Color

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

This div background color is #aae317


#aae317 Border Color

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

This div border color is #aae317


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,227,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae317


Comments

No comments written yet.

Please login to write comment.