Color Hex Logo

#afb95d Color Hex

#AFB95D
(175,185,93)
0 Favorites   0 Comments

Color spaces of #afb95d

RGB 17518593
HSL0.180.400.55
HSV67°50°73°
CMYK 0.050.000.50   0.27
XYZ37.003944.602217.0147
Yxy44.60220.37520.4523
Hunter Lab66.7849-17.971031.6442
CIE-Lab72.6292-16.926945.0835

#afb95d color RGB value is (175,185,93).

#afb95d hex color red value is 175, green value is 185 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #afb95d hue: 0.18 , saturation: 0.40 and the lightness value of afb95d is 0.55.

The process color (four color CMYK) of #afb95d color hex is 0.05, 0.00, 0.50, 0.27. Web safe color of #afb95d is #99cc66. Color #afb95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 01011101
Octal 257 271 135
Decimal 175 185 93
Hex AF B9 5D

RGB Percentages of Color #afb95d

%38.63
%40.84
%20.53

CMYK Percentages of Color #afb95d

%5
%0
%50
%27

Triadic Colors of #afb95d

#afb95d #5dafb9 #b95daf

Analogous Colors of #afb95d

#afb95d #81b95d #b9955d

Monochromatic Colors of #afb95d

#afb95d

Complementary Color

#afb95d #675db9

#afb95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb95d Color CSS Codes

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

#afb95d Text Font Color

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

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


#afb95d Background Color

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

This div background color is #afb95d


#afb95d Border Color

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

This div border color is #afb95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb95d


Comments

No comments written yet.

Please login to write comment.