Color Hex Logo

#aaf311 Color Hex

#AAF311
(170,243,17)
0 Favorites   0 Comments

Color spaces of #aaf311

RGB 17024317
HSL0.220.900.51
HSV79°93°95°
CMYK 0.300.000.93   0.05
XYZ48.729372.687711.9921
Yxy72.68770.36530.5448
Hunter Lab85.2571-47.176951.3403
CIE-Lab88.2986-49.384183.9568

#aaf311 color RGB value is (170,243,17).

#aaf311 hex color red value is 170, green value is 243 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aaf311 hue: 0.22 , saturation: 0.90 and the lightness value of aaf311 is 0.51.

The process color (four color CMYK) of #aaf311 color hex is 0.30, 0.00, 0.93, 0.05. Web safe color of #aaf311 is #99ff00. Color #aaf311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00010001
Octal 252 363 21
Decimal 170 243 17
Hex AA F3 11

RGB Percentages of Color #aaf311

%39.53
%56.51
%3.95

CMYK Percentages of Color #aaf311

%30
%0
%93
%5

Triadic Colors of #aaf311

#aaf311 #11aaf3 #f311aa

Analogous Colors of #aaf311

#aaf311 #39f311 #f3cb11

Monochromatic Colors of #aaf311

#aaf311

Complementary Color

#aaf311 #5a11f3

#aaf311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf311 Color CSS Codes

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

#aaf311 Text Font Color

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

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


#aaf311 Background Color

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

This div background color is #aaf311


#aaf311 Border Color

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

This div border color is #aaf311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf311


Comments

No comments written yet.

Please login to write comment.