Color Hex Logo

#afb977 Color Hex

#AFB977
(175,185,119)
0 Favorites   0 Comments

Color spaces of #afb977

RGB 175185119
HSL0.190.320.60
HSV69°36°73°
CMYK 0.050.000.36   0.27
XYZ38.357945.143824.1447
Yxy45.14380.35630.4194
Hunter Lab67.1891-15.676325.7263
CIE-Lab72.9865-14.067232.3696

#afb977 color RGB value is (175,185,119).

#afb977 hex color red value is 175, green value is 185 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #afb977 hue: 0.19 , saturation: 0.32 and the lightness value of afb977 is 0.60.

The process color (four color CMYK) of #afb977 color hex is 0.05, 0.00, 0.36, 0.27. Web safe color of #afb977 is #99cc66. Color #afb977 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 01110111
Octal 257 271 167
Decimal 175 185 119
Hex AF B9 77

RGB Percentages of Color #afb977

%36.53
%38.62
%24.84

CMYK Percentages of Color #afb977

%5
%0
%36
%27

Triadic Colors of #afb977

#afb977 #77afb9 #b977af

Analogous Colors of #afb977

#afb977 #8eb977 #b9a277

Monochromatic Colors of #afb977

#afb977

Complementary Color

#afb977 #8177b9

#afb977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb977 Color CSS Codes

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

#afb977 Text Font Color

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

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


#afb977 Background Color

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

This div background color is #afb977


#afb977 Border Color

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

This div border color is #afb977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb977


Comments

No comments written yet.

Please login to write comment.