Color Hex Logo

#afb85f Color Hex

#AFB85F
(175,184,95)
0 Favorites   0 Comments

Color spaces of #afb85f

RGB 17518495
HSL0.180.390.55
HSV66°48°72°
CMYK 0.050.000.48   0.28
XYZ36.885244.221217.4180
Yxy44.22120.37440.4488
Hunter Lab66.4990-17.364231.0196
CIE-Lab72.3761-16.226943.8027

#afb85f color RGB value is (175,184,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01011111
Octal 257 270 137
Decimal 175 184 95
Hex AF B8 5F

RGB Percentages of Color #afb85f

%38.55
%40.53
%20.93

CMYK Percentages of Color #afb85f

%5
%0
%48
%28

Triadic Colors of #afb85f

#afb85f #5fafb8 #b85faf

Analogous Colors of #afb85f

#afb85f #83b85f #b8955f

Monochromatic Colors of #afb85f

#afb85f

Complementary Color

#afb85f #685fb8

#afb85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb85f Color CSS Codes

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

#afb85f Text Font Color

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

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


#afb85f Background Color

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

This div background color is #afb85f


#afb85f Border Color

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

This div border color is #afb85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb85f


Comments

No comments written yet.

Please login to write comment.