Color Hex Logo

#afb408 Color Hex

#AFB408
(175,180,8)
0 Favorites   0 Comments

Color spaces of #afb408

RGB 1751808
HSL0.170.910.37
HSV62°96°71°
CMYK 0.030.000.96   0.29
XYZ34.044341.77406.4986
Yxy41.77400.41360.5075
Hunter Lab64.6328-19.085439.2816
CIE-Lab70.7148-18.680671.3486

#afb408 color RGB value is (175,180,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00001000
Octal 257 264 10
Decimal 175 180 8
Hex AF B4 8

RGB Percentages of Color #afb408

%48.21
%49.59
%2.20

CMYK Percentages of Color #afb408

%3
%0
%96
%29

Triadic Colors of #afb408

#afb408 #08afb4 #b408af

Analogous Colors of #afb408

#afb408 #59b408 #b46308

Monochromatic Colors of #afb408

#afb408

Complementary Color

#afb408 #0d08b4

#afb408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb408 Color CSS Codes

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

#afb408 Text Font Color

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

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


#afb408 Background Color

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

This div background color is #afb408


#afb408 Border Color

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

This div border color is #afb408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb408


Comments

No comments written yet.

Please login to write comment.