Color Hex Logo

#aaf918 Color Hex

#AAF918
(170,249,24)
0 Favorites   0 Comments

Color spaces of #aaf918

RGB 17024924
HSL0.230.950.54
HSV81°90°98°
CMYK 0.320.000.90   0.02
XYZ50.618176.363412.9359
Yxy76.36340.36180.5458
Hunter Lab87.3862-49.530352.3935
CIE-Lab90.0278-51.732784.4865

#aaf918 color RGB value is (170,249,24).

#aaf918 hex color red value is 170, green value is 249 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aaf918 hue: 0.23 , saturation: 0.95 and the lightness value of aaf918 is 0.54.

The process color (four color CMYK) of #aaf918 color hex is 0.32, 0.00, 0.90, 0.02. Web safe color of #aaf918 is #99ff00. Color #aaf918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 00011000
Octal 252 371 30
Decimal 170 249 24
Hex AA F9 18

RGB Percentages of Color #aaf918

%38.37
%56.21
%5.42

CMYK Percentages of Color #aaf918

%32
%0
%90
%2

Triadic Colors of #aaf918

#aaf918 #18aaf9 #f918aa

Analogous Colors of #aaf918

#aaf918 #39f918 #f9d818

Monochromatic Colors of #aaf918

#aaf918

Complementary Color

#aaf918 #6718f9

#aaf918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf918 Color CSS Codes

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

#aaf918 Text Font Color

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

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


#aaf918 Background Color

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

This div background color is #aaf918


#aaf918 Border Color

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

This div border color is #aaf918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf918


Comments

No comments written yet.

Please login to write comment.