Color Hex Logo

#afb480 Color Hex

#AFB480
(175,180,128)
0 Favorites   0 Comments

Color spaces of #afb480

RGB 175180128
HSL0.180.260.60
HSV66°29°71°
CMYK 0.030.000.29   0.29
XYZ37.896743.315026.7853
Yxy43.31500.35090.4011
Hunter Lab65.8141-12.391921.9398
CIE-Lab71.7682-10.303126.0079

#afb480 color RGB value is (175,180,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 10000000
Octal 257 264 200
Decimal 175 180 128
Hex AF B4 80

RGB Percentages of Color #afb480

%36.23
%37.27
%26.50

CMYK Percentages of Color #afb480

%3
%0
%29
%29

Triadic Colors of #afb480

#afb480 #80afb4 #b480af

Analogous Colors of #afb480

#afb480 #95b480 #b49f80

Monochromatic Colors of #afb480

#afb480

Complementary Color

#afb480 #8580b4

#afb480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb480 Color CSS Codes

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

#afb480 Text Font Color

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

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


#afb480 Background Color

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

This div background color is #afb480


#afb480 Border Color

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

This div border color is #afb480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb480


Comments

No comments written yet.

Please login to write comment.