Color Hex Logo

#afb09e Color Hex

#AFB09E
(175,176,158)
0 Favorites   0 Comments

Color spaces of #afb09e

RGB 175176158
HSL0.180.100.65
HSV63°10°69°
CMYK 0.010.000.10   0.31
XYZ39.376142.633338.5015
Yxy42.63330.32670.3538
Hunter Lab65.2942-6.619210.7449
CIE-Lab71.3054-3.58029.0984

#afb09e color RGB value is (175,176,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 10011110
Octal 257 260 236
Decimal 175 176 158
Hex AF B0 9E

RGB Percentages of Color #afb09e

%34.38
%34.58
%31.04

CMYK Percentages of Color #afb09e

%1
%0
%10
%31

Triadic Colors of #afb09e

#afb09e #9eafb0 #b09eaf

Analogous Colors of #afb09e

#afb09e #a6b09e #b0a89e

Monochromatic Colors of #afb09e

#afb09e

Complementary Color

#afb09e #9f9eb0

#afb09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb09e Color CSS Codes

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

#afb09e Text Font Color

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

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


#afb09e Background Color

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

This div background color is #afb09e


#afb09e Border Color

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

This div border color is #afb09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb09e


Comments

No comments written yet.

Please login to write comment.