Color Hex Logo

#afc881 Color Hex

#AFC881
(175,200,129)
0 Favorites   0 Comments

Color spaces of #afc881

RGB 175200129
HSL0.230.390.65
HSV81°36°78°
CMYK 0.130.000.36   0.22
XYZ42.295952.007528.5781
Yxy52.00750.34420.4232
Hunter Lab72.1162-21.513826.9860
CIE-Lab77.2853-20.361632.7844

#afc881 color RGB value is (175,200,129).

#afc881 hex color red value is 175, green value is 200 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afc881 hue: 0.23 , saturation: 0.39 and the lightness value of afc881 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 10000001
Octal 257 310 201
Decimal 175 200 129
Hex AF C8 81

RGB Percentages of Color #afc881

%34.72
%39.68
%25.60

CMYK Percentages of Color #afc881

%13
%0
%36
%22

Triadic Colors of #afc881

#afc881 #81afc8 #c881af

Analogous Colors of #afc881

#afc881 #8cc881 #c8be81

Monochromatic Colors of #afc881

#afc881

Complementary Color

#afc881 #9a81c8

#afc881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc881 Color CSS Codes

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

#afc881 Text Font Color

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

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


#afc881 Background Color

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

This div background color is #afc881


#afc881 Border Color

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

This div border color is #afc881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc881


Comments

No comments written yet.

Please login to write comment.