Color Hex Logo

#afb557 Color Hex

#AFB557
(175,181,87)
0 Favorites   0 Comments

Color spaces of #afb557

RGB 17518187
HSL0.180.390.53
HSV64°52°71°
CMYK 0.030.000.52   0.29
XYZ35.923442.849815.3943
Yxy42.84980.38150.4550
Hunter Lab65.4598-16.596331.8785
CIE-Lab71.4529-15.445546.5899

#afb557 color RGB value is (175,181,87).

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

The process color (four color CMYK) of #afb557 color hex is 0.03, 0.00, 0.52, 0.29. Web safe color of #afb557 is #99cc66. Color #afb557 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 01010111
Octal 257 265 127
Decimal 175 181 87
Hex AF B5 57

RGB Percentages of Color #afb557

%39.50
%40.86
%19.64

CMYK Percentages of Color #afb557

%3
%0
%52
%29

Triadic Colors of #afb557

#afb557 #57afb5 #b557af

Analogous Colors of #afb557

#afb557 #80b557 #b58c57

Monochromatic Colors of #afb557

#afb557

Complementary Color

#afb557 #5d57b5

#afb557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb557 Color CSS Codes

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

#afb557 Text Font Color

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

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


#afb557 Background Color

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

This div background color is #afb557


#afb557 Border Color

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

This div border color is #afb557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb557


Comments

No comments written yet.

Please login to write comment.