Color Hex Logo

#aaf331 Color Hex

#AAF331
(170,243,49)
0 Favorites   0 Comments

Color spaces of #aaf331

RGB 17024349
HSL0.230.890.57
HSV83°80°95°
CMYK 0.300.000.80   0.05
XYZ49.182572.869014.3787
Yxy72.86900.36050.5341
Hunter Lab85.3633-46.542249.7675
CIE-Lab88.3852-48.520878.1271

#aaf331 color RGB value is (170,243,49).

#aaf331 hex color red value is 170, green value is 243 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aaf331 hue: 0.23 , saturation: 0.89 and the lightness value of aaf331 is 0.57.

The process color (four color CMYK) of #aaf331 color hex is 0.30, 0.00, 0.80, 0.05. Web safe color of #aaf331 is #99ff33. Color #aaf331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00110001
Octal 252 363 61
Decimal 170 243 49
Hex AA F3 31

RGB Percentages of Color #aaf331

%36.80
%52.60
%10.61

CMYK Percentages of Color #aaf331

%30
%0
%80
%5

Triadic Colors of #aaf331

#aaf331 #31aaf3 #f331aa

Analogous Colors of #aaf331

#aaf331 #49f331 #f3db31

Monochromatic Colors of #aaf331

#aaf331

Complementary Color

#aaf331 #7a31f3

#aaf331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf331 Color CSS Codes

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

#aaf331 Text Font Color

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

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


#aaf331 Background Color

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

This div background color is #aaf331


#aaf331 Border Color

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

This div border color is #aaf331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf331


Comments

No comments written yet.

Please login to write comment.