Color Hex Logo

#afb09b Color Hex

#AFB09B
(175,176,155)
0 Favorites   0 Comments

Color spaces of #afb09b

RGB 175176155
HSL0.170.120.65
HSV63°12°69°
CMYK 0.010.000.12   0.31
XYZ39.120942.531237.1578
Yxy42.53120.32930.3580
Hunter Lab65.2159-7.051611.8698
CIE-Lab71.2356-4.086510.6429

#afb09b color RGB value is (175,176,155).

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

The process color (four color CMYK) of #afb09b color hex is 0.01, 0.00, 0.12, 0.31. Web safe color of #afb09b is #999999. Color #afb09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 10011011
Octal 257 260 233
Decimal 175 176 155
Hex AF B0 9B

RGB Percentages of Color #afb09b

%34.58
%34.78
%30.63

CMYK Percentages of Color #afb09b

%1
%0
%12
%31

Triadic Colors of #afb09b

#afb09b #9bafb0 #b09baf

Analogous Colors of #afb09b

#afb09b #a5b09b #b0a79b

Monochromatic Colors of #afb09b

#afb09b

Complementary Color

#afb09b #9c9bb0

#afb09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb09b Color CSS Codes

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

#afb09b Text Font Color

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

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


#afb09b Background Color

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

This div background color is #afb09b


#afb09b Border Color

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

This div border color is #afb09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb09b


Comments

No comments written yet.

Please login to write comment.