Color Hex Logo

#afc886 Color Hex

#AFC886
(175,200,134)
0 Favorites   0 Comments

Color spaces of #afc886

RGB 175200134
HSL0.230.380.65
HSV83°33°78°
CMYK 0.130.000.33   0.22
XYZ42.636552.143730.3718
Yxy52.14370.34070.4166
Hunter Lab72.2106-20.973825.6100
CIE-Lab77.3667-19.690430.2997

#afc886 color RGB value is (175,200,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 10000110
Octal 257 310 206
Decimal 175 200 134
Hex AF C8 86

RGB Percentages of Color #afc886

%34.38
%39.29
%26.33

CMYK Percentages of Color #afc886

%13
%0
%33
%22

Triadic Colors of #afc886

#afc886 #86afc8 #c886af

Analogous Colors of #afc886

#afc886 #8ec886 #c8c086

Monochromatic Colors of #afc886

#afc886

Complementary Color

#afc886 #9f86c8

#afc886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc886 Color CSS Codes

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

#afc886 Text Font Color

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

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


#afc886 Background Color

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

This div background color is #afc886


#afc886 Border Color

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

This div border color is #afc886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc886


Comments

No comments written yet.

Please login to write comment.