Color Hex Logo

#afb48b Color Hex

#AFB48B
(175,180,139)
0 Favorites   0 Comments

Color spaces of #afb48b

RGB 175180139
HSL0.190.210.63
HSV67°23°71°
CMYK 0.030.000.23   0.29
XYZ38.660743.620630.8081
Yxy43.62060.34190.3857
Hunter Lab66.0459-11.093318.5754
CIE-Lab71.9742-8.734120.3795

#afb48b color RGB value is (175,180,139).

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

The process color (four color CMYK) of #afb48b color hex is 0.03, 0.00, 0.23, 0.29. Web safe color of #afb48b is #99cc99. Color #afb48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 10001011
Octal 257 264 213
Decimal 175 180 139
Hex AF B4 8B

RGB Percentages of Color #afb48b

%35.43
%36.44
%28.14

CMYK Percentages of Color #afb48b

%3
%0
%23
%29

Triadic Colors of #afb48b

#afb48b #8bafb4 #b48baf

Analogous Colors of #afb48b

#afb48b #9bb48b #b4a58b

Monochromatic Colors of #afb48b

#afb48b

Complementary Color

#afb48b #908bb4

#afb48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb48b Color CSS Codes

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

#afb48b Text Font Color

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

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


#afb48b Background Color

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

This div background color is #afb48b


#afb48b Border Color

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

This div border color is #afb48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb48b


Comments

No comments written yet.

Please login to write comment.