Color Hex Logo

#afb37b Color Hex

#AFB37B
(175,179,123)
0 Favorites   0 Comments

Color spaces of #afb37b

RGB 175179123
HSL0.180.270.59
HSV64°31°70°
CMYK 0.020.000.31   0.30
XYZ37.374442.784225.0272
Yxy42.78420.35530.4067
Hunter Lab65.4096-12.473823.1011
CIE-Lab71.4083-10.449928.1913

#afb37b color RGB value is (175,179,123).

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

The process color (four color CMYK) of #afb37b color hex is 0.02, 0.00, 0.31, 0.30. Web safe color of #afb37b is #99cc66. Color #afb37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 01111011
Octal 257 263 173
Decimal 175 179 123
Hex AF B3 7B

RGB Percentages of Color #afb37b

%36.69
%37.53
%25.79

CMYK Percentages of Color #afb37b

%2
%0
%31
%30

Triadic Colors of #afb37b

#afb37b #7bafb3 #b37baf

Analogous Colors of #afb37b

#afb37b #93b37b #b39b7b

Monochromatic Colors of #afb37b

#afb37b

Complementary Color

#afb37b #7f7bb3

#afb37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb37b Color CSS Codes

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

#afb37b Text Font Color

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

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


#afb37b Background Color

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

This div background color is #afb37b


#afb37b Border Color

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

This div border color is #afb37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb37b


Comments

No comments written yet.

Please login to write comment.