Color Hex Logo

#aaf476 Color Hex

#AAF476
(170,244,118)
0 Favorites   0 Comments

Color spaces of #aaf476

RGB 170244118
HSL0.260.850.71
HSV95°52°96°
CMYK 0.300.000.52   0.04
XYZ52.198374.555428.7790
Yxy74.55540.33560.4794
Hunter Lab86.3455-43.196240.6804
CIE-Lab89.1843-43.922753.0005

#aaf476 color RGB value is (170,244,118).

#aaf476 hex color red value is 170, green value is 244 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aaf476 hue: 0.26 , saturation: 0.85 and the lightness value of aaf476 is 0.71.

The process color (four color CMYK) of #aaf476 color hex is 0.30, 0.00, 0.52, 0.04. Web safe color of #aaf476 is #99ff66. Color #aaf476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01110110
Octal 252 364 166
Decimal 170 244 118
Hex AA F4 76

RGB Percentages of Color #aaf476

%31.95
%45.86
%22.18

CMYK Percentages of Color #aaf476

%30
%0
%52
%4

Triadic Colors of #aaf476

#aaf476 #76aaf4 #f476aa

Analogous Colors of #aaf476

#aaf476 #76f481 #e9f476

Monochromatic Colors of #aaf476

#aaf476

Complementary Color

#aaf476 #c076f4

#aaf476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf476 Color CSS Codes

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

#aaf476 Text Font Color

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

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


#aaf476 Background Color

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

This div background color is #aaf476


#aaf476 Border Color

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

This div border color is #aaf476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf476


Comments

No comments written yet.

Please login to write comment.