Color Hex Logo

#afbb8c Color Hex

#AFBB8C
(175,187,140)
0 Favorites   0 Comments

Color spaces of #afbb8c

RGB 175187140
HSL0.210.260.64
HSV75°25°73°
CMYK 0.060.000.25   0.27
XYZ40.183146.548131.6777
Yxy46.54810.33940.3931
Hunter Lab68.2262-14.264820.2297
CIE-Lab73.8998-12.233822.4756

#afbb8c color RGB value is (175,187,140).

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

The process color (four color CMYK) of #afbb8c color hex is 0.06, 0.00, 0.25, 0.27. Web safe color of #afbb8c is #99cc99. Color #afbb8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10001100
Octal 257 273 214
Decimal 175 187 140
Hex AF BB 8C

RGB Percentages of Color #afbb8c

%34.86
%37.25
%27.89

CMYK Percentages of Color #afbb8c

%6
%0
%25
%27

Triadic Colors of #afbb8c

#afbb8c #8cafbb #bb8caf

Analogous Colors of #afbb8c

#afbb8c #98bb8c #bbb08c

Monochromatic Colors of #afbb8c

#afbb8c

Complementary Color

#afbb8c #988cbb

#afbb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb8c Color CSS Codes

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

#afbb8c Text Font Color

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

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


#afbb8c Background Color

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

This div background color is #afbb8c


#afbb8c Border Color

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

This div border color is #afbb8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb8c


Comments

No comments written yet.

Please login to write comment.