Color Hex Logo

#afb88c Color Hex

#AFB88C
(175,184,140)
0 Favorites   0 Comments

Color spaces of #afb88c

RGB 175184140
HSL0.200.240.64
HSV72°24°72°
CMYK 0.050.000.24   0.28
XYZ39.553345.288431.4678
Yxy45.28840.34010.3894
Hunter Lab67.2967-12.856619.3838
CIE-Lab73.0814-10.677121.3580

#afb88c color RGB value is (175,184,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 10001100
Octal 257 270 214
Decimal 175 184 140
Hex AF B8 8C

RGB Percentages of Color #afb88c

%35.07
%36.87
%28.06

CMYK Percentages of Color #afb88c

%5
%0
%24
%28

Triadic Colors of #afb88c

#afb88c #8cafb8 #b88caf

Analogous Colors of #afb88c

#afb88c #99b88c #b8ab8c

Monochromatic Colors of #afb88c

#afb88c

Complementary Color

#afb88c #958cb8

#afb88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb88c Color CSS Codes

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

#afb88c Text Font Color

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

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


#afb88c Background Color

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

This div background color is #afb88c


#afb88c Border Color

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

This div border color is #afb88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb88c


Comments

No comments written yet.

Please login to write comment.