Color Hex Logo

#aaf33c Color Hex

#AAF33C
(170,243,60)
0 Favorites   0 Comments

Color spaces of #aaf33c

RGB 17024360
HSL0.230.880.59
HSV84°75°95°
CMYK 0.300.000.75   0.05
XYZ49.443872.973515.7543
Yxy72.97350.35780.5281
Hunter Lab85.4245-46.177048.8627
CIE-Lab88.4351-48.026175.0636

#aaf33c color RGB value is (170,243,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00111100
Octal 252 363 74
Decimal 170 243 60
Hex AA F3 3C

RGB Percentages of Color #aaf33c

%35.94
%51.37
%12.68

CMYK Percentages of Color #aaf33c

%30
%0
%75
%5

Triadic Colors of #aaf33c

#aaf33c #3caaf3 #f33caa

Analogous Colors of #aaf33c

#aaf33c #4ff33c #f3e13c

Monochromatic Colors of #aaf33c

#aaf33c

Complementary Color

#aaf33c #853cf3

#aaf33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf33c Color CSS Codes

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

#aaf33c Text Font Color

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

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


#aaf33c Background Color

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

This div background color is #aaf33c


#aaf33c Border Color

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

This div border color is #aaf33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf33c


Comments

No comments written yet.

Please login to write comment.