Color Hex Logo

#afb000 Color Hex

#AFB000
(175,176,0)
0 Favorites   0 Comments

Color spaces of #afb000

RGB 1751760
HSL0.171.000.35
HSV60°100°69°
CMYK 0.010.001.00   0.31
XYZ33.204540.16466.0025
Yxy40.16460.41830.5060
Hunter Lab63.3755-17.385338.7473
CIE-Lab69.5866-16.761771.4451

#afb000 color RGB value is (175,176,0).

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

The process color (four color CMYK) of #afb000 color hex is 0.01, 0.00, 1.00, 0.31. Web safe color of #afb000 is #999900. Color #afb000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 00000000
Octal 257 260 0
Decimal 175 176 0
Hex AF B0 0

RGB Percentages of Color #afb000

%49.86
%50.14
%0.00

CMYK Percentages of Color #afb000

%1
%0
%100
%31

Triadic Colors of #afb000

#afb000 #00afb0 #b000af

Analogous Colors of #afb000

#afb000 #57b000 #b05900

Monochromatic Colors of #afb000

#afb000

Complementary Color

#afb000 #0100b0

#afb000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb000 Color CSS Codes

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

#afb000 Text Font Color

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

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


#afb000 Background Color

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

This div background color is #afb000


#afb000 Border Color

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

This div border color is #afb000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb000


Comments

No comments written yet.

Please login to write comment.