Color Hex Logo

#afc8a1 Color Hex

#AFC8A1
(175,200,161)
0 Favorites   0 Comments

Color spaces of #afc8a1

RGB 175200161
HSL0.270.260.71
HSV98°20°78°
CMYK 0.130.000.20   0.22
XYZ44.766552.995741.5880
Yxy52.99570.32130.3803
Hunter Lab72.7981-17.629917.0876
CIE-Lab77.8725-15.600016.7384

#afc8a1 color RGB value is (175,200,161).

#afc8a1 hex color red value is 175, green value is 200 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #afc8a1 hue: 0.27 , saturation: 0.26 and the lightness value of afc8a1 is 0.71.

The process color (four color CMYK) of #afc8a1 color hex is 0.13, 0.00, 0.20, 0.22. Web safe color of #afc8a1 is #99cc99. Color #afc8a1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 10100001
Octal 257 310 241
Decimal 175 200 161
Hex AF C8 A1

RGB Percentages of Color #afc8a1

%32.65
%37.31
%30.04

CMYK Percentages of Color #afc8a1

%13
%0
%20
%22

Triadic Colors of #afc8a1

#afc8a1 #a1afc8 #c8a1af

Analogous Colors of #afc8a1

#afc8a1 #a1c8a7 #c3c8a1

Monochromatic Colors of #afc8a1

#afc8a1

Complementary Color

#afc8a1 #baa1c8

#afc8a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc8a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc8a1 Color CSS Codes

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

#afc8a1 Text Font Color

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

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


#afc8a1 Background Color

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

This div background color is #afc8a1


#afc8a1 Border Color

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

This div border color is #afc8a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc8a1


Comments

No comments written yet.

Please login to write comment.