Color Hex Logo

#afb870 Color Hex

#AFB870
(175,184,112)
0 Favorites   0 Comments

Color spaces of #afb870

RGB 175184112
HSL0.190.340.58
HSV68°39°72°
CMYK 0.050.000.39   0.28
XYZ37.744344.564821.9418
Yxy44.56480.36210.4275
Hunter Lab66.7569-15.900727.2422
CIE-Lab72.6044-14.401235.5105

#afb870 color RGB value is (175,184,112).

#afb870 hex color red value is 175, green value is 184 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afb870 hue: 0.19 , saturation: 0.34 and the lightness value of afb870 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01110000
Octal 257 270 160
Decimal 175 184 112
Hex AF B8 70

RGB Percentages of Color #afb870

%37.15
%39.07
%23.78

CMYK Percentages of Color #afb870

%5
%0
%39
%28

Triadic Colors of #afb870

#afb870 #70afb8 #b870af

Analogous Colors of #afb870

#afb870 #8bb870 #b89d70

Monochromatic Colors of #afb870

#afb870

Complementary Color

#afb870 #7970b8

#afb870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb870 Color CSS Codes

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

#afb870 Text Font Color

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

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


#afb870 Background Color

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

This div background color is #afb870


#afb870 Border Color

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

This div border color is #afb870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb870


Comments

No comments written yet.

Please login to write comment.