Color Hex Logo

#af9b08 Color Hex

#AF9B08
(175,155,8)
0 Favorites   0 Comments

Color spaces of #af9b08

RGB 1751558
HSL0.150.910.36
HSV53°95°69°
CMYK 0.000.110.95   0.31
XYZ29.444432.57424.9653
Yxy32.57420.43960.4863
Hunter Lab57.0738-7.791034.7936
CIE-Lab63.8146-5.710966.1577

#af9b08 color RGB value is (175,155,8).

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

The process color (four color CMYK) of #af9b08 color hex is 0.00, 0.11, 0.95, 0.31. Web safe color of #af9b08 is #999900. Color #af9b08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011011 00001000
Octal 257 233 10
Decimal 175 155 8
Hex AF 9B 8

RGB Percentages of Color #af9b08

%51.78
%45.86
%2.37

CMYK Percentages of Color #af9b08

%0
%11
%95
%31

Triadic Colors of #af9b08

#af9b08 #08af9b #9b08af

Analogous Colors of #af9b08

#af9b08 #70af08 #af4808

Monochromatic Colors of #af9b08

#af9b08

Complementary Color

#af9b08 #081caf

#af9b08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9b08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9b08 Color CSS Codes

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

#af9b08 Text Font Color

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

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


#af9b08 Background Color

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

This div background color is #af9b08


#af9b08 Border Color

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

This div border color is #af9b08


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,155,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 #af9b08">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9b08


Comments

No comments written yet.

Please login to write comment.