Color Hex Logo

#afb081 Color Hex

#AFB081
(175,176,129)
0 Favorites   0 Comments

Color spaces of #afb081

RGB 175176129
HSL0.170.230.60
HSV61°27°69°
CMYK 0.010.000.27   0.31
XYZ37.167041.749626.8684
Yxy41.74960.35130.3947
Hunter Lab64.6139-10.398220.5752
CIE-Lab70.6979-8.067024.0331

#afb081 color RGB value is (175,176,129).

#afb081 hex color red value is 175, green value is 176 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afb081 hue: 0.17 , saturation: 0.23 and the lightness value of afb081 is 0.60.

The process color (four color CMYK) of #afb081 color hex is 0.01, 0.00, 0.27, 0.31. Web safe color of #afb081 is #999999. Color #afb081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 10000001
Octal 257 260 201
Decimal 175 176 129
Hex AF B0 81

RGB Percentages of Color #afb081

%36.46
%36.67
%26.88

CMYK Percentages of Color #afb081

%1
%0
%27
%31

Triadic Colors of #afb081

#afb081 #81afb0 #b081af

Analogous Colors of #afb081

#afb081 #98b081 #b09a81

Monochromatic Colors of #afb081

#afb081

Complementary Color

#afb081 #8281b0

#afb081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb081 Color CSS Codes

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

#afb081 Text Font Color

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

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


#afb081 Background Color

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

This div background color is #afb081


#afb081 Border Color

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

This div border color is #afb081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb081


Comments

No comments written yet.

Please login to write comment.