Color Hex Logo

#afbd89 Color Hex

#AFBD89
(175,189,137)
0 Favorites   0 Comments

Color spaces of #afbd89

RGB 175189137
HSL0.210.280.64
HSV76°28°74°
CMYK 0.070.000.28   0.26
XYZ40.392147.315330.6708
Yxy47.31530.34120.3997
Hunter Lab68.7861-15.558221.7137
CIE-Lab74.3910-13.701624.7418

#afbd89 color RGB value is (175,189,137).

#afbd89 hex color red value is 175, green value is 189 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #afbd89 hue: 0.21 , saturation: 0.28 and the lightness value of afbd89 is 0.64.

The process color (four color CMYK) of #afbd89 color hex is 0.07, 0.00, 0.28, 0.26. Web safe color of #afbd89 is #99cc99. Color #afbd89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10001001
Octal 257 275 211
Decimal 175 189 137
Hex AF BD 89

RGB Percentages of Color #afbd89

%34.93
%37.72
%27.35

CMYK Percentages of Color #afbd89

%7
%0
%28
%26

Triadic Colors of #afbd89

#afbd89 #89afbd #bd89af

Analogous Colors of #afbd89

#afbd89 #95bd89 #bdb189

Monochromatic Colors of #afbd89

#afbd89

Complementary Color

#afbd89 #9789bd

#afbd89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd89 Color CSS Codes

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

#afbd89 Text Font Color

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

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


#afbd89 Background Color

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

This div background color is #afbd89


#afbd89 Border Color

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

This div border color is #afbd89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd89


Comments

No comments written yet.

Please login to write comment.