Color Hex Logo

#afba7b Color Hex

#AFBA7B
(175,186,123)
0 Favorites   0 Comments

Color spaces of #afba7b

RGB 175186123
HSL0.200.310.61
HSV70°34°73°
CMYK 0.060.000.34   0.27
XYZ38.813345.661825.5068
Yxy45.66180.35290.4152
Hunter Lab67.5735-15.725724.9214
CIE-Lab73.3255-14.072230.7193

#afba7b color RGB value is (175,186,123).

#afba7b hex color red value is 175, green value is 186 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afba7b hue: 0.20 , saturation: 0.31 and the lightness value of afba7b is 0.61.

The process color (four color CMYK) of #afba7b color hex is 0.06, 0.00, 0.34, 0.27. Web safe color of #afba7b is #99cc66. Color #afba7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 01111011
Octal 257 272 173
Decimal 175 186 123
Hex AF BA 7B

RGB Percentages of Color #afba7b

%36.16
%38.43
%25.41

CMYK Percentages of Color #afba7b

%6
%0
%34
%27

Triadic Colors of #afba7b

#afba7b #7bafba #ba7baf

Analogous Colors of #afba7b

#afba7b #90ba7b #baa67b

Monochromatic Colors of #afba7b

#afba7b

Complementary Color

#afba7b #867bba

#afba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba7b Color CSS Codes

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

#afba7b Text Font Color

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

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


#afba7b Background Color

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

This div background color is #afba7b


#afba7b Border Color

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

This div border color is #afba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba7b


Comments

No comments written yet.

Please login to write comment.