Color Hex Logo

#afe6ac Color Hex

#AFE6AC
(175,230,172)
0 Favorites   0 Comments

Color spaces of #afe6ac

RGB 175230172
HSL0.320.540.79
HSV117°25°90°
CMYK 0.240.000.25   0.10
XYZ53.422468.686149.4718
Yxy68.68610.31140.4003
Hunter Lab82.8771-29.974122.6220
CIE-Lab86.3484-28.522822.7077

#afe6ac color RGB value is (175,230,172).

#afe6ac hex color red value is 175, green value is 230 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #afe6ac hue: 0.32 , saturation: 0.54 and the lightness value of afe6ac is 0.79.

The process color (four color CMYK) of #afe6ac color hex is 0.24, 0.00, 0.25, 0.10. Web safe color of #afe6ac is #99ff99. Color #afe6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 10101100
Octal 257 346 254
Decimal 175 230 172
Hex AF E6 AC

RGB Percentages of Color #afe6ac

%30.33
%39.86
%29.81

CMYK Percentages of Color #afe6ac

%24
%0
%25
%10

Triadic Colors of #afe6ac

#afe6ac #acafe6 #e6acaf

Analogous Colors of #afe6ac

#afe6ac #ace6c6 #cce6ac

Monochromatic Colors of #afe6ac

#afe6ac

Complementary Color

#afe6ac #e3ace6

#afe6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe6ac Color CSS Codes

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

#afe6ac Text Font Color

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

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


#afe6ac Background Color

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

This div background color is #afe6ac


#afe6ac Border Color

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

This div border color is #afe6ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,230,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 #afe6ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe6ac


Comments

No comments written yet.

Please login to write comment.