Color Hex Logo

#afc687 Color Hex

#AFC687
(175,198,135)
0 Favorites   0 Comments

Color spaces of #afc687

RGB 175198135
HSL0.230.360.65
HSV82°32°78°
CMYK 0.120.000.32   0.22
XYZ42.246551.251430.5876
Yxy51.25140.34050.4130
Hunter Lab71.5901-19.946824.7808
CIE-Lab76.8310-18.552229.0675

#afc687 color RGB value is (175,198,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10000111
Octal 257 306 207
Decimal 175 198 135
Hex AF C6 87

RGB Percentages of Color #afc687

%34.45
%38.98
%26.57

CMYK Percentages of Color #afc687

%12
%0
%32
%22

Triadic Colors of #afc687

#afc687 #87afc6 #c687af

Analogous Colors of #afc687

#afc687 #90c687 #c6be87

Monochromatic Colors of #afc687

#afc687

Complementary Color

#afc687 #9e87c6

#afc687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc687 Color CSS Codes

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

#afc687 Text Font Color

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

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


#afc687 Background Color

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

This div background color is #afc687


#afc687 Border Color

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

This div border color is #afc687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc687


Comments

No comments written yet.

Please login to write comment.