Color Hex Logo

#afb476 Color Hex

#AFB476
(175,180,118)
0 Favorites   0 Comments

Color spaces of #afb476

RGB 175180118
HSL0.180.290.58
HSV65°34°71°
CMYK 0.030.000.34   0.29
XYZ37.270543.064523.4875
Yxy43.06450.35900.4148
Hunter Lab65.6235-13.463224.7158
CIE-Lab71.5987-11.610631.0854

#afb476 color RGB value is (175,180,118).

#afb476 hex color red value is 175, green value is 180 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afb476 hue: 0.18 , saturation: 0.29 and the lightness value of afb476 is 0.58.

The process color (four color CMYK) of #afb476 color hex is 0.03, 0.00, 0.34, 0.29. Web safe color of #afb476 is #99cc66. Color #afb476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 01110110
Octal 257 264 166
Decimal 175 180 118
Hex AF B4 76

RGB Percentages of Color #afb476

%37.00
%38.05
%24.95

CMYK Percentages of Color #afb476

%3
%0
%34
%29

Triadic Colors of #afb476

#afb476 #76afb4 #b476af

Analogous Colors of #afb476

#afb476 #90b476 #b49a76

Monochromatic Colors of #afb476

#afb476

Complementary Color

#afb476 #7b76b4

#afb476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb476 Color CSS Codes

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

#afb476 Text Font Color

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

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


#afb476 Background Color

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

This div background color is #afb476


#afb476 Border Color

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

This div border color is #afb476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb476


Comments

No comments written yet.

Please login to write comment.