Color Hex Logo

#afb89e Color Hex

#AFB89E
(175,184,158)
0 Favorites   0 Comments

Color spaces of #afb89e

RGB 175184158
HSL0.220.150.67
HSV81°14°72°
CMYK 0.050.000.14   0.28
XYZ40.991245.863639.0398
Yxy45.86360.32560.3643
Hunter Lab67.7227-10.472113.2272
CIE-Lab73.4569-7.826112.1519

#afb89e color RGB value is (175,184,158).

#afb89e hex color red value is 175, green value is 184 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #afb89e hue: 0.22 , saturation: 0.15 and the lightness value of afb89e is 0.67.

The process color (four color CMYK) of #afb89e color hex is 0.05, 0.00, 0.14, 0.28. Web safe color of #afb89e is #99cc99. Color #afb89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 10011110
Octal 257 270 236
Decimal 175 184 158
Hex AF B8 9E

RGB Percentages of Color #afb89e

%33.85
%35.59
%30.56

CMYK Percentages of Color #afb89e

%5
%0
%14
%28

Triadic Colors of #afb89e

#afb89e #9eafb8 #b89eaf

Analogous Colors of #afb89e

#afb89e #a2b89e #b8b49e

Monochromatic Colors of #afb89e

#afb89e

Complementary Color

#afb89e #a79eb8

#afb89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb89e Color CSS Codes

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

#afb89e Text Font Color

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

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


#afb89e Background Color

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

This div background color is #afb89e


#afb89e Border Color

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

This div border color is #afb89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb89e


Comments

No comments written yet.

Please login to write comment.