Color Hex Logo

#aaf84b Color Hex

#AAF84B
(170,248,75)
0 Favorites   0 Comments

Color spaces of #aaf84b

RGB 17024875
HSL0.240.930.63
HSV87°70°97°
CMYK 0.310.000.70   0.03
XYZ51.415076.188918.6527
Yxy76.18890.35150.5209
Hunter Lab87.2863-47.607548.4304
CIE-Lab89.9470-49.268571.5903

#aaf84b color RGB value is (170,248,75).

#aaf84b hex color red value is 170, green value is 248 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aaf84b hue: 0.24 , saturation: 0.93 and the lightness value of aaf84b is 0.63.

The process color (four color CMYK) of #aaf84b color hex is 0.31, 0.00, 0.70, 0.03. Web safe color of #aaf84b is #99ff33. Color #aaf84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 01001011
Octal 252 370 113
Decimal 170 248 75
Hex AA F8 4B

RGB Percentages of Color #aaf84b

%34.48
%50.30
%15.21

CMYK Percentages of Color #aaf84b

%31
%0
%70
%3

Triadic Colors of #aaf84b

#aaf84b #4baaf8 #f84baa

Analogous Colors of #aaf84b

#aaf84b #54f84b #f8f04b

Monochromatic Colors of #aaf84b

#aaf84b

Complementary Color

#aaf84b #994bf8

#aaf84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf84b Color CSS Codes

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

#aaf84b Text Font Color

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

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


#aaf84b Background Color

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

This div background color is #aaf84b


#aaf84b Border Color

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

This div border color is #aaf84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf84b


Comments

No comments written yet.

Please login to write comment.