Color Hex Logo

#afbf7d Color Hex

#AFBF7D
(175,191,125)
0 Favorites   0 Comments

Color spaces of #afbf7d

RGB 175191125
HSL0.210.340.62
HSV75°35°75°
CMYK 0.080.000.35   0.25
XYZ40.011747.856226.5304
Yxy47.85620.34980.4183
Hunter Lab69.1782-17.819925.6865
CIE-Lab74.7341-16.364531.5203

#afbf7d color RGB value is (175,191,125).

#afbf7d hex color red value is 175, green value is 191 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afbf7d hue: 0.21 , saturation: 0.34 and the lightness value of afbf7d is 0.62.

The process color (four color CMYK) of #afbf7d color hex is 0.08, 0.00, 0.35, 0.25. Web safe color of #afbf7d is #99cc66. Color #afbf7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01111101
Octal 257 277 175
Decimal 175 191 125
Hex AF BF 7D

RGB Percentages of Color #afbf7d

%35.64
%38.90
%25.46

CMYK Percentages of Color #afbf7d

%8
%0
%35
%25

Triadic Colors of #afbf7d

#afbf7d #7dafbf #bf7daf

Analogous Colors of #afbf7d

#afbf7d #8ebf7d #bfae7d

Monochromatic Colors of #afbf7d

#afbf7d

Complementary Color

#afbf7d #8d7dbf

#afbf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf7d Color CSS Codes

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

#afbf7d Text Font Color

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

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


#afbf7d Background Color

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

This div background color is #afbf7d


#afbf7d Border Color

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

This div border color is #afbf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf7d


Comments

No comments written yet.

Please login to write comment.