Color Hex Logo

#af987d Color Hex

#AF987D
(175,152,125)
0 Favorites   0 Comments

Color spaces of #af987d

RGB 175152125
HSL0.090.240.59
HSV32°29°69°
CMYK 0.000.130.29   0.31
XYZ32.609133.051124.0629
Yxy33.05110.36340.3684
Hunter Lab57.49010.639815.4268
CIE-Lab64.20234.329117.3613

#af987d color RGB value is (175,152,125).

#af987d hex color red value is 175, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af987d hue: 0.09 , saturation: 0.24 and the lightness value of af987d is 0.59.

The process color (four color CMYK) of #af987d color hex is 0.00, 0.13, 0.29, 0.31. Web safe color of #af987d is #999966. Color #af987d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 01111101
Octal 257 230 175
Decimal 175 152 125
Hex AF 98 7D

RGB Percentages of Color #af987d

%38.72
%33.63
%27.65

CMYK Percentages of Color #af987d

%0
%13
%29
%31

Triadic Colors of #af987d

#af987d #7daf98 #987daf

Analogous Colors of #af987d

#af987d #adaf7d #af7f7d

Monochromatic Colors of #af987d

#af987d

Complementary Color

#af987d #7d94af

#af987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af987d Color CSS Codes

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

#af987d Text Font Color

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

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


#af987d Background Color

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

This div background color is #af987d


#af987d Border Color

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

This div border color is #af987d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af987d


Comments

No comments written yet.

Please login to write comment.