Color Hex Logo

#afb38b Color Hex

#AFB38B
(175,179,139)
0 Favorites   0 Comments

Color spaces of #afb38b

RGB 175179139
HSL0.180.210.62
HSV66°22°70°
CMYK 0.020.000.22   0.30
XYZ38.459543.218230.7410
Yxy43.21820.34210.3844
Hunter Lab65.7406-10.620018.2937
CIE-Lab71.7028-8.208220.0071

#afb38b color RGB value is (175,179,139).

#afb38b hex color red value is 175, green value is 179 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #afb38b hue: 0.18 , saturation: 0.21 and the lightness value of afb38b is 0.62.

The process color (four color CMYK) of #afb38b color hex is 0.02, 0.00, 0.22, 0.30. Web safe color of #afb38b is #99cc99. Color #afb38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 10001011
Octal 257 263 213
Decimal 175 179 139
Hex AF B3 8B

RGB Percentages of Color #afb38b

%35.50
%36.31
%28.19

CMYK Percentages of Color #afb38b

%2
%0
%22
%30

Triadic Colors of #afb38b

#afb38b #8bafb3 #b38baf

Analogous Colors of #afb38b

#afb38b #9bb38b #b3a38b

Monochromatic Colors of #afb38b

#afb38b

Complementary Color

#afb38b #8f8bb3

#afb38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb38b Color CSS Codes

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

#afb38b Text Font Color

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

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


#afb38b Background Color

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

This div background color is #afb38b


#afb38b Border Color

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

This div border color is #afb38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb38b


Comments

No comments written yet.

Please login to write comment.