Color Hex Logo

#afb40d Color Hex

#AFB40D
(175,180,13)
0 Favorites   0 Comments

Color spaces of #afb40d

RGB 17518013
HSL0.170.870.38
HSV62°93°71°
CMYK 0.030.000.93   0.29
XYZ34.073141.78556.6503
Yxy41.78550.41300.5064
Hunter Lab64.6417-19.034439.1495
CIE-Lab70.7228-18.614870.7588

#afb40d color RGB value is (175,180,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00001101
Octal 257 264 15
Decimal 175 180 13
Hex AF B4 D

RGB Percentages of Color #afb40d

%47.55
%48.91
%3.53

CMYK Percentages of Color #afb40d

%3
%0
%93
%29

Triadic Colors of #afb40d

#afb40d #0dafb4 #b40daf

Analogous Colors of #afb40d

#afb40d #5cb40d #b4660d

Monochromatic Colors of #afb40d

#afb40d

Complementary Color

#afb40d #120db4

#afb40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb40d Color CSS Codes

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

#afb40d Text Font Color

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

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


#afb40d Background Color

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

This div background color is #afb40d


#afb40d Border Color

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

This div border color is #afb40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb40d


Comments

No comments written yet.

Please login to write comment.