Color Hex Logo

#aaf074 Color Hex

#AAF074
(170,240,116)
0 Favorites   0 Comments

Color spaces of #aaf074

RGB 170240116
HSL0.260.810.70
HSV94°52°94°
CMYK 0.290.000.52   0.06
XYZ50.890072.127227.7627
Yxy72.12720.33750.4784
Hunter Lab84.9277-41.663640.0676
CIE-Lab88.0298-42.396152.5389

#aaf074 color RGB value is (170,240,116).

#aaf074 hex color red value is 170, green value is 240 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aaf074 hue: 0.26 , saturation: 0.81 and the lightness value of aaf074 is 0.70.

The process color (four color CMYK) of #aaf074 color hex is 0.29, 0.00, 0.52, 0.06. Web safe color of #aaf074 is #99ff66. Color #aaf074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 01110100
Octal 252 360 164
Decimal 170 240 116
Hex AA F0 74

RGB Percentages of Color #aaf074

%32.32
%45.63
%22.05

CMYK Percentages of Color #aaf074

%29
%0
%52
%6

Triadic Colors of #aaf074

#aaf074 #74aaf0 #f074aa

Analogous Colors of #aaf074

#aaf074 #74f07c #e8f074

Monochromatic Colors of #aaf074

#aaf074

Complementary Color

#aaf074 #ba74f0

#aaf074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf074 Color CSS Codes

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

#aaf074 Text Font Color

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

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


#aaf074 Background Color

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

This div background color is #aaf074


#aaf074 Border Color

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

This div border color is #aaf074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf074


Comments

No comments written yet.

Please login to write comment.