Color Hex Logo

#afb050 Color Hex

#AFB050
(175,176,80)
0 Favorites   0 Comments

Color spaces of #afb050

RGB 17517680
HSL0.170.380.50
HSV61°55°69°
CMYK 0.010.000.55   0.31
XYZ34.652540.743813.6274
Yxy40.74380.38930.4577
Hunter Lab63.8309-14.800032.0237
CIE-Lab69.9960-13.480448.2274

#afb050 color RGB value is (175,176,80).

#afb050 hex color red value is 175, green value is 176 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #afb050 hue: 0.17 , saturation: 0.38 and the lightness value of afb050 is 0.50.

The process color (four color CMYK) of #afb050 color hex is 0.01, 0.00, 0.55, 0.31. Web safe color of #afb050 is #999966. Color #afb050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01010000
Octal 257 260 120
Decimal 175 176 80
Hex AF B0 50

RGB Percentages of Color #afb050

%40.60
%40.84
%18.56

CMYK Percentages of Color #afb050

%1
%0
%55
%31

Triadic Colors of #afb050

#afb050 #50afb0 #b050af

Analogous Colors of #afb050

#afb050 #7fb050 #b08150

Monochromatic Colors of #afb050

#afb050

Complementary Color

#afb050 #5150b0

#afb050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb050 Color CSS Codes

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

#afb050 Text Font Color

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

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


#afb050 Background Color

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

This div background color is #afb050


#afb050 Border Color

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

This div border color is #afb050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb050


Comments

No comments written yet.

Please login to write comment.