Color Hex Logo

#afb87d Color Hex

#AFB87D
(175,184,125)
0 Favorites   0 Comments

Color spaces of #afb87d

RGB 175184125
HSL0.190.290.61
HSV69°32°72°
CMYK 0.050.000.32   0.28
XYZ38.521444.875626.0336
Yxy44.87560.35200.4101
Hunter Lab66.9893-14.586823.8510
CIE-Lab72.8099-12.781928.9873

#afb87d color RGB value is (175,184,125).

#afb87d hex color red value is 175, green value is 184 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afb87d hue: 0.19 , saturation: 0.29 and the lightness value of afb87d is 0.61.

The process color (four color CMYK) of #afb87d color hex is 0.05, 0.00, 0.32, 0.28. Web safe color of #afb87d is #99cc66. Color #afb87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01111101
Octal 257 270 175
Decimal 175 184 125
Hex AF B8 7D

RGB Percentages of Color #afb87d

%36.16
%38.02
%25.83

CMYK Percentages of Color #afb87d

%5
%0
%32
%28

Triadic Colors of #afb87d

#afb87d #7dafb8 #b87daf

Analogous Colors of #afb87d

#afb87d #92b87d #b8a47d

Monochromatic Colors of #afb87d

#afb87d

Complementary Color

#afb87d #867db8

#afb87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb87d Color CSS Codes

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

#afb87d Text Font Color

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

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


#afb87d Background Color

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

This div background color is #afb87d


#afb87d Border Color

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

This div border color is #afb87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb87d


Comments

No comments written yet.

Please login to write comment.