Color Hex Logo

#aff5ac Color Hex

#AFF5AC
(175,245,172)
0 Favorites   0 Comments

Color spaces of #aff5ac

RGB 175245172
HSL0.330.780.82
HSV118°30°96°
CMYK 0.290.000.30   0.04
XYZ57.778077.397350.9237
Yxy77.39730.31050.4159
Hunter Lab87.9757-36.727827.2637
CIE-Lab90.5042-35.513228.3832

#aff5ac color RGB value is (175,245,172).

#aff5ac hex color red value is 175, green value is 245 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aff5ac hue: 0.33 , saturation: 0.78 and the lightness value of aff5ac is 0.82.

The process color (four color CMYK) of #aff5ac color hex is 0.29, 0.00, 0.30, 0.04. Web safe color of #aff5ac is #99ff99. Color #aff5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 10101100
Octal 257 365 254
Decimal 175 245 172
Hex AF F5 AC

RGB Percentages of Color #aff5ac

%29.56
%41.39
%29.05

CMYK Percentages of Color #aff5ac

%29
%0
%30
%4

Triadic Colors of #aff5ac

#aff5ac #acaff5 #f5acaf

Analogous Colors of #aff5ac

#aff5ac #acf5ce #d4f5ac

Monochromatic Colors of #aff5ac

#aff5ac

Complementary Color

#aff5ac #f2acf5

#aff5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff5ac Color CSS Codes

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

#aff5ac Text Font Color

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

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


#aff5ac Background Color

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

This div background color is #aff5ac


#aff5ac Border Color

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

This div border color is #aff5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff5ac


Comments

No comments written yet.

Please login to write comment.