Color Hex Logo

#afcd87 Color Hex

#AFCD87
(175,205,135)
0 Favorites   0 Comments

Color spaces of #afcd87

RGB 175205135
HSL0.240.410.67
HSV86°34°80°
CMYK 0.150.000.34   0.20
XYZ43.883754.525931.1333
Yxy54.52590.33880.4209
Hunter Lab73.8417-23.141326.6912
CIE-Lab78.7674-22.031731.6316

#afcd87 color RGB value is (175,205,135).

#afcd87 hex color red value is 175, green value is 205 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afcd87 hue: 0.24 , saturation: 0.41 and the lightness value of afcd87 is 0.67.

The process color (four color CMYK) of #afcd87 color hex is 0.15, 0.00, 0.34, 0.20. Web safe color of #afcd87 is #99cc99. Color #afcd87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 10000111
Octal 257 315 207
Decimal 175 205 135
Hex AF CD 87

RGB Percentages of Color #afcd87

%33.98
%39.81
%26.21

CMYK Percentages of Color #afcd87

%15
%0
%34
%20

Triadic Colors of #afcd87

#afcd87 #87afcd #cd87af

Analogous Colors of #afcd87

#afcd87 #8ccd87 #cdc887

Monochromatic Colors of #afcd87

#afcd87

Complementary Color

#afcd87 #a587cd

#afcd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd87 Color CSS Codes

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

#afcd87 Text Font Color

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

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


#afcd87 Background Color

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

This div background color is #afcd87


#afcd87 Border Color

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

This div border color is #afcd87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,205,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 #afcd87">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd87


Comments

No comments written yet.

Please login to write comment.