Color Hex Logo

#afc685 Color Hex

#AFC685
(175,198,133)
0 Favorites   0 Comments

Color spaces of #afc685

RGB 175198133
HSL0.230.360.65
HSV81°33°78°
CMYK 0.120.000.33   0.22
XYZ42.106951.195629.8528
Yxy51.19560.34190.4157
Hunter Lab71.5511-20.169525.3486
CIE-Lab76.7973-18.827730.0667

#afc685 color RGB value is (175,198,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10000101
Octal 257 306 205
Decimal 175 198 133
Hex AF C6 85

RGB Percentages of Color #afc685

%34.58
%39.13
%26.28

CMYK Percentages of Color #afc685

%12
%0
%33
%22

Triadic Colors of #afc685

#afc685 #85afc6 #c685af

Analogous Colors of #afc685

#afc685 #8fc685 #c6bd85

Monochromatic Colors of #afc685

#afc685

Complementary Color

#afc685 #9c85c6

#afc685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc685 Color CSS Codes

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

#afc685 Text Font Color

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

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


#afc685 Background Color

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

This div background color is #afc685


#afc685 Border Color

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

This div border color is #afc685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc685


Comments

No comments written yet.

Please login to write comment.