Color Hex Logo

#aff4a0 Color Hex

#AFF4A0
(175,244,160)
0 Favorites   0 Comments

Color spaces of #aff4a0

RGB 175244160
HSL0.300.790.79
HSV109°34°96°
CMYK 0.280.000.34   0.04
XYZ56.375076.353445.0241
Yxy76.35340.31720.4295
Hunter Lab87.3804-37.753430.6162
CIE-Lab90.0232-36.896433.7967

#aff4a0 color RGB value is (175,244,160).

#aff4a0 hex color red value is 175, green value is 244 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #aff4a0 hue: 0.30 , saturation: 0.79 and the lightness value of aff4a0 is 0.79.

The process color (four color CMYK) of #aff4a0 color hex is 0.28, 0.00, 0.34, 0.04. Web safe color of #aff4a0 is #99ff99. Color #aff4a0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 10100000
Octal 257 364 240
Decimal 175 244 160
Hex AF F4 A0

RGB Percentages of Color #aff4a0

%30.22
%42.14
%27.63

CMYK Percentages of Color #aff4a0

%28
%0
%34
%4

Triadic Colors of #aff4a0

#aff4a0 #a0aff4 #f4a0af

Analogous Colors of #aff4a0

#aff4a0 #a0f4bb #d9f4a0

Monochromatic Colors of #aff4a0

#aff4a0

Complementary Color

#aff4a0 #e5a0f4

#aff4a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff4a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff4a0 Color CSS Codes

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

#aff4a0 Text Font Color

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

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


#aff4a0 Background Color

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

This div background color is #aff4a0


#aff4a0 Border Color

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

This div border color is #aff4a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff4a0


Comments

No comments written yet.

Please login to write comment.