Color Hex Logo

#af930b Color Hex

#AF930B
(175,147,11)
0 Favorites   0 Comments

Color spaces of #af930b

RGB 17514711
HSL0.140.880.36
HSV50°94°69°
CMYK 0.000.160.94   0.31
XYZ28.173330.00564.6234
Yxy30.00560.44860.4778
Hunter Lab54.7774-4.053633.3399
CIE-Lab61.6591-1.359764.1204

#af930b color RGB value is (175,147,11).

#af930b hex color red value is 175, green value is 147 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #af930b hue: 0.14 , saturation: 0.88 and the lightness value of af930b is 0.36.

The process color (four color CMYK) of #af930b color hex is 0.00, 0.16, 0.94, 0.31. Web safe color of #af930b is #999900. Color #af930b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 00001011
Octal 257 223 13
Decimal 175 147 11
Hex AF 93 B

RGB Percentages of Color #af930b

%52.55
%44.14
%3.30

CMYK Percentages of Color #af930b

%0
%16
%94
%31

Triadic Colors of #af930b

#af930b #0baf93 #930baf

Analogous Colors of #af930b

#af930b #79af0b #af410b

Monochromatic Colors of #af930b

#af930b

Complementary Color

#af930b #0b27af

#af930b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af930b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af930b Color CSS Codes

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

#af930b Text Font Color

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

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


#af930b Background Color

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

This div background color is #af930b


#af930b Border Color

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

This div border color is #af930b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af930b


Comments

No comments written yet.

Please login to write comment.