Color Hex Logo

#afb01d Color Hex

#AFB01D
(175,176,29)
0 Favorites   0 Comments

Color spaces of #afb01d

RGB 17517629
HSL0.170.720.40
HSV60°84°69°
CMYK 0.010.000.84   0.31
XYZ33.426340.25337.1703
Yxy40.25330.41340.4979
Hunter Lab63.4455-16.986837.7112
CIE-Lab69.6496-16.250766.9068

#afb01d color RGB value is (175,176,29).

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

The process color (four color CMYK) of #afb01d color hex is 0.01, 0.00, 0.84, 0.31. Web safe color of #afb01d is #999933. Color #afb01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 00011101
Octal 257 260 35
Decimal 175 176 29
Hex AF B0 1D

RGB Percentages of Color #afb01d

%46.05
%46.32
%7.63

CMYK Percentages of Color #afb01d

%1
%0
%84
%31

Triadic Colors of #afb01d

#afb01d #1dafb0 #b01daf

Analogous Colors of #afb01d

#afb01d #66b01d #b0681d

Monochromatic Colors of #afb01d

#afb01d

Complementary Color

#afb01d #1e1db0

#afb01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb01d Color CSS Codes

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

#afb01d Text Font Color

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

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


#afb01d Background Color

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

This div background color is #afb01d


#afb01d Border Color

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

This div border color is #afb01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb01d


Comments

No comments written yet.

Please login to write comment.