Color Hex Logo

#aaf328 Color Hex

#AAF328
(170,243,40)
0 Favorites   0 Comments

Color spaces of #aaf328

RGB 17024340
HSL0.230.890.55
HSV82°84°95°
CMYK 0.300.000.84   0.05
XYZ49.011272.800413.4762
Yxy72.80040.36230.5381
Hunter Lab85.3232-46.781850.3618
CIE-Lab88.3524-48.846180.2477

#aaf328 color RGB value is (170,243,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00101000
Octal 252 363 50
Decimal 170 243 40
Hex AA F3 28

RGB Percentages of Color #aaf328

%37.53
%53.64
%8.83

CMYK Percentages of Color #aaf328

%30
%0
%84
%5

Triadic Colors of #aaf328

#aaf328 #28aaf3 #f328aa

Analogous Colors of #aaf328

#aaf328 #45f328 #f3d728

Monochromatic Colors of #aaf328

#aaf328

Complementary Color

#aaf328 #7128f3

#aaf328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf328 Color CSS Codes

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

#aaf328 Text Font Color

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

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


#aaf328 Background Color

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

This div background color is #aaf328


#aaf328 Border Color

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

This div border color is #aaf328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf328


Comments

No comments written yet.

Please login to write comment.