Color Hex Logo

#afb070 Color Hex

#AFB070
(175,176,112)
0 Favorites   0 Comments

Color spaces of #afb070

RGB 175176112
HSL0.170.290.56
HSV61°36°69°
CMYK 0.010.000.36   0.31
XYZ36.129241.334521.4034
Yxy41.33450.36540.4181
Hunter Lab64.2919-12.201825.2661
CIE-Lab70.4096-10.259632.6934

#afb070 color RGB value is (175,176,112).

#afb070 hex color red value is 175, green value is 176 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afb070 hue: 0.17 , saturation: 0.29 and the lightness value of afb070 is 0.56.

The process color (four color CMYK) of #afb070 color hex is 0.01, 0.00, 0.36, 0.31. Web safe color of #afb070 is #999966. Color #afb070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01110000
Octal 257 260 160
Decimal 175 176 112
Hex AF B0 70

RGB Percentages of Color #afb070

%37.80
%38.01
%24.19

CMYK Percentages of Color #afb070

%1
%0
%36
%31

Triadic Colors of #afb070

#afb070 #70afb0 #b070af

Analogous Colors of #afb070

#afb070 #8fb070 #b09170

Monochromatic Colors of #afb070

#afb070

Complementary Color

#afb070 #7170b0

#afb070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb070 Color CSS Codes

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

#afb070 Text Font Color

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

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


#afb070 Background Color

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

This div background color is #afb070


#afb070 Border Color

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

This div border color is #afb070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb070


Comments

No comments written yet.

Please login to write comment.