Color Hex Logo

#affaa4 Color Hex

#AFFAA4
(175,250,164)
0 Favorites   0 Comments

Color spaces of #affaa4

RGB 175250164
HSL0.310.900.81
HSV112°34°98°
CMYK 0.300.000.34   0.02
XYZ58.565680.165547.5087
Yxy80.16550.31450.4304
Hunter Lab89.5352-39.928531.2145
CIE-Lab91.7591-39.006334.0977

#affaa4 color RGB value is (175,250,164).

#affaa4 hex color red value is 175, green value is 250 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #affaa4 hue: 0.31 , saturation: 0.90 and the lightness value of affaa4 is 0.81.

The process color (four color CMYK) of #affaa4 color hex is 0.30, 0.00, 0.34, 0.02. Web safe color of #affaa4 is #99ff99. Color #affaa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10100100
Octal 257 372 244
Decimal 175 250 164
Hex AF FA A4

RGB Percentages of Color #affaa4

%29.71
%42.44
%27.84

CMYK Percentages of Color #affaa4

%30
%0
%34
%2

Triadic Colors of #affaa4

#affaa4 #a4affa #faa4af

Analogous Colors of #affaa4

#affaa4 #a4fac4 #dafaa4

Monochromatic Colors of #affaa4

#affaa4

Complementary Color

#affaa4 #efa4fa

#affaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affaa4 Color CSS Codes

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

#affaa4 Text Font Color

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

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


#affaa4 Background Color

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

This div background color is #affaa4


#affaa4 Border Color

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

This div border color is #affaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affaa4


Comments

No comments written yet.

Please login to write comment.