Color Hex Logo

#aaf628 Color Hex

#AAF628
(170,246,40)
0 Favorites   0 Comments

Color spaces of #aaf628

RGB 17024640
HSL0.230.920.56
HSV82°84°96°
CMYK 0.310.000.84   0.04
XYZ49.916374.610813.7779
Yxy74.61080.36090.5395
Hunter Lab86.3775-48.008251.0071
CIE-Lab89.2104-50.091080.9886

#aaf628 color RGB value is (170,246,40).

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

The process color (four color CMYK) of #aaf628 color hex is 0.31, 0.00, 0.84, 0.04. Web safe color of #aaf628 is #99ff33. Color #aaf628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 00101000
Octal 252 366 50
Decimal 170 246 40
Hex AA F6 28

RGB Percentages of Color #aaf628

%37.28
%53.95
%8.77

CMYK Percentages of Color #aaf628

%31
%0
%84
%4

Triadic Colors of #aaf628

#aaf628 #28aaf6 #f628aa

Analogous Colors of #aaf628

#aaf628 #43f628 #f6db28

Monochromatic Colors of #aaf628

#aaf628

Complementary Color

#aaf628 #7428f6

#aaf628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf628 Color CSS Codes

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

#aaf628 Text Font Color

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

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


#aaf628 Background Color

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

This div background color is #aaf628


#aaf628 Border Color

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

This div border color is #aaf628


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,246,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 #aaf628">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf628


Comments

No comments written yet.

Please login to write comment.