Color Hex Logo

#afb78b Color Hex

#AFB78B
(175,183,139)
0 Favorites   0 Comments

Color spaces of #afb78b

RGB 175183139
HSL0.200.230.63
HSV71°24°72°
CMYK 0.040.000.24   0.28
XYZ39.272944.845031.0121
Yxy44.84500.34110.3895
Hunter Lab66.9664-12.508719.4193
CIE-Lab72.7897-10.304121.4965

#afb78b color RGB value is (175,183,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10001011
Octal 257 267 213
Decimal 175 183 139
Hex AF B7 8B

RGB Percentages of Color #afb78b

%35.21
%36.82
%27.97

CMYK Percentages of Color #afb78b

%4
%0
%24
%28

Triadic Colors of #afb78b

#afb78b #8bafb7 #b78baf

Analogous Colors of #afb78b

#afb78b #99b78b #b7a98b

Monochromatic Colors of #afb78b

#afb78b

Complementary Color

#afb78b #938bb7

#afb78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb78b Color CSS Codes

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

#afb78b Text Font Color

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

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


#afb78b Background Color

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

This div background color is #afb78b


#afb78b Border Color

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

This div border color is #afb78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb78b


Comments

No comments written yet.

Please login to write comment.