Color Hex Logo

#aaf74b Color Hex

#AAF74B
(170,247,75)
0 Favorites   0 Comments

Color spaces of #aaf74b

RGB 17024775
HSL0.240.910.63
HSV87°70°97°
CMYK 0.310.000.70   0.03
XYZ51.108375.575618.5505
Yxy75.57560.35190.5204
Hunter Lab86.9342-47.195448.2023
CIE-Lab89.6619-48.851571.3020

#aaf74b color RGB value is (170,247,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 01001011
Octal 252 367 113
Decimal 170 247 75
Hex AA F7 4B

RGB Percentages of Color #aaf74b

%34.55
%50.20
%15.24

CMYK Percentages of Color #aaf74b

%31
%0
%70
%3

Triadic Colors of #aaf74b

#aaf74b #4baaf7 #f74baa

Analogous Colors of #aaf74b

#aaf74b #54f74b #f7ee4b

Monochromatic Colors of #aaf74b

#aaf74b

Complementary Color

#aaf74b #984bf7

#aaf74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf74b Color CSS Codes

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

#aaf74b Text Font Color

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

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


#aaf74b Background Color

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

This div background color is #aaf74b


#aaf74b Border Color

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

This div border color is #aaf74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf74b


Comments

No comments written yet.

Please login to write comment.