Color Hex Logo

#afffa9 Color Hex

#AFFFA9
(175,255,169)
0 Favorites   0 Comments

Color spaces of #afffa9

RGB 175255169
HSL0.321.000.83
HSV116°34°100°
CMYK 0.310.000.34   0.00
XYZ60.600683.498550.4590
Yxy83.49850.31150.4292
Hunter Lab91.3775-41.531331.2241
CIE-Lab93.2323-40.484233.5605

#afffa9 color RGB value is (175,255,169).

#afffa9 hex color red value is 175, green value is 255 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #afffa9 hue: 0.32 , saturation: 1.00 and the lightness value of afffa9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10101001
Octal 257 377 251
Decimal 175 255 169
Hex AF FF A9

RGB Percentages of Color #afffa9

%29.22
%42.57
%28.21

CMYK Percentages of Color #afffa9

%31
%0
%34
%0

Triadic Colors of #afffa9

#afffa9 #a9afff #ffa9af

Analogous Colors of #afffa9

#afffa9 #a9ffce #daffa9

Monochromatic Colors of #afffa9

#afffa9

Complementary Color

#afffa9 #f9a9ff

#afffa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffa9 Color CSS Codes

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

#afffa9 Text Font Color

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

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


#afffa9 Background Color

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

This div background color is #afffa9


#afffa9 Border Color

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

This div border color is #afffa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffa9


Comments

No comments written yet.

Please login to write comment.