Color Hex Logo

#aaf33b Color Hex

#AAF33B
(170,243,59)
0 Favorites   0 Comments

Color spaces of #aaf33b

RGB 17024359
HSL0.230.880.59
HSV84°76°95°
CMYK 0.300.000.76   0.05
XYZ49.417672.963015.6164
Yxy72.96300.35810.5287
Hunter Lab85.4184-46.213548.9533
CIE-Lab88.4301-48.075675.3622

#aaf33b color RGB value is (170,243,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00111011
Octal 252 363 73
Decimal 170 243 59
Hex AA F3 3B

RGB Percentages of Color #aaf33b

%36.02
%51.48
%12.50

CMYK Percentages of Color #aaf33b

%30
%0
%76
%5

Triadic Colors of #aaf33b

#aaf33b #3baaf3 #f33baa

Analogous Colors of #aaf33b

#aaf33b #4ef33b #f3e03b

Monochromatic Colors of #aaf33b

#aaf33b

Complementary Color

#aaf33b #843bf3

#aaf33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf33b Color CSS Codes

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

#aaf33b Text Font Color

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

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


#aaf33b Background Color

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

This div background color is #aaf33b


#aaf33b Border Color

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

This div border color is #aaf33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf33b


Comments

No comments written yet.

Please login to write comment.