Color Hex Logo

#afb75f Color Hex

#AFB75F
(175,183,95)
0 Favorites   0 Comments

Color spaces of #afb75f

RGB 17518395
HSL0.180.380.55
HSV65°48°72°
CMYK 0.040.000.48   0.28
XYZ36.678243.807217.3490
Yxy43.80720.37490.4478
Hunter Lab66.1870-16.909730.7898
CIE-Lab72.0994-15.717943.4693

#afb75f color RGB value is (175,183,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01011111
Octal 257 267 137
Decimal 175 183 95
Hex AF B7 5F

RGB Percentages of Color #afb75f

%38.63
%40.40
%20.97

CMYK Percentages of Color #afb75f

%4
%0
%48
%28

Triadic Colors of #afb75f

#afb75f #5fafb7 #b75faf

Analogous Colors of #afb75f

#afb75f #83b75f #b7935f

Monochromatic Colors of #afb75f

#afb75f

Complementary Color

#afb75f #675fb7

#afb75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb75f Color CSS Codes

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

#afb75f Text Font Color

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

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


#afb75f Background Color

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

This div background color is #afb75f


#afb75f Border Color

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

This div border color is #afb75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb75f


Comments

No comments written yet.

Please login to write comment.