Color Hex Logo

#afc587 Color Hex

#AFC587
(175,197,135)
0 Favorites   0 Comments

Color spaces of #afc587

RGB 175197135
HSL0.230.350.65
HSV81°31°77°
CMYK 0.110.000.31   0.23
XYZ42.018650.795730.5116
Yxy50.79570.34070.4119
Hunter Lab71.2711-19.487924.5074
CIE-Lab76.5551-18.050128.7002

#afc587 color RGB value is (175,197,135).

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

The process color (four color CMYK) of #afc587 color hex is 0.11, 0.00, 0.31, 0.23. Web safe color of #afc587 is #99cc99. Color #afc587 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 10000111
Octal 257 305 207
Decimal 175 197 135
Hex AF C5 87

RGB Percentages of Color #afc587

%34.52
%38.86
%26.63

CMYK Percentages of Color #afc587

%11
%0
%31
%23

Triadic Colors of #afc587

#afc587 #87afc5 #c587af

Analogous Colors of #afc587

#afc587 #90c587 #c5bc87

Monochromatic Colors of #afc587

#afc587

Complementary Color

#afc587 #9d87c5

#afc587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc587 Color CSS Codes

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

#afc587 Text Font Color

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

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


#afc587 Background Color

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

This div background color is #afc587


#afc587 Border Color

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

This div border color is #afc587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc587


Comments

No comments written yet.

Please login to write comment.