Color Hex Logo

#afbb96 Color Hex

#AFBB96
(175,187,150)
0 Favorites   0 Comments

Color spaces of #afbb96

RGB 175187150
HSL0.220.210.66
HSV79°20°73°
CMYK 0.060.000.20   0.27
XYZ40.954546.856635.7399
Yxy46.85660.33150.3792
Hunter Lab68.4519-12.994916.9600
CIE-Lab74.0980-10.701917.3788

#afbb96 color RGB value is (175,187,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10010110
Octal 257 273 226
Decimal 175 187 150
Hex AF BB 96

RGB Percentages of Color #afbb96

%34.18
%36.52
%29.30

CMYK Percentages of Color #afbb96

%6
%0
%20
%27

Triadic Colors of #afbb96

#afbb96 #96afbb #bb96af

Analogous Colors of #afbb96

#afbb96 #9dbb96 #bbb596

Monochromatic Colors of #afbb96

#afbb96

Complementary Color

#afbb96 #a296bb

#afbb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb96 Color CSS Codes

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

#afbb96 Text Font Color

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

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


#afbb96 Background Color

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

This div background color is #afbb96


#afbb96 Border Color

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

This div border color is #afbb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb96


Comments

No comments written yet.

Please login to write comment.