Color Hex Logo

#afbe89 Color Hex

#AFBE89
(175,190,137)
0 Favorites   0 Comments

Color spaces of #afbe89

RGB 175190137
HSL0.210.290.64
HSV77°28°75°
CMYK 0.080.000.28   0.25
XYZ40.608047.747030.7427
Yxy47.74700.34100.4009
Hunter Lab69.0992-16.023321.9909
CIE-Lab74.6651-14.214425.1120

#afbe89 color RGB value is (175,190,137).

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

The process color (four color CMYK) of #afbe89 color hex is 0.08, 0.00, 0.28, 0.25. Web safe color of #afbe89 is #99cc99. Color #afbe89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10001001
Octal 257 276 211
Decimal 175 190 137
Hex AF BE 89

RGB Percentages of Color #afbe89

%34.86
%37.85
%27.29

CMYK Percentages of Color #afbe89

%8
%0
%28
%25

Triadic Colors of #afbe89

#afbe89 #89afbe #be89af

Analogous Colors of #afbe89

#afbe89 #95be89 #beb389

Monochromatic Colors of #afbe89

#afbe89

Complementary Color

#afbe89 #9889be

#afbe89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe89 Color CSS Codes

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

#afbe89 Text Font Color

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

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


#afbe89 Background Color

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

This div background color is #afbe89


#afbe89 Border Color

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

This div border color is #afbe89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe89


Comments

No comments written yet.

Please login to write comment.