Color Hex Logo

#afa31b Color Hex

#AFA31B
(175,163,27)
0 Favorites   0 Comments

Color spaces of #afa31b

RGB 17516327
HSL0.150.730.40
HSV55°85°69°
CMYK 0.000.070.85   0.31
XYZ30.974235.38756.2349
Yxy35.38750.42670.4875
Hunter Lab59.4874-11.160635.4270
CIE-Lab66.0493-9.582364.3763

#afa31b color RGB value is (175,163,27).

#afa31b hex color red value is 175, green value is 163 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #afa31b hue: 0.15 , saturation: 0.73 and the lightness value of afa31b is 0.40.

The process color (four color CMYK) of #afa31b color hex is 0.00, 0.07, 0.85, 0.31. Web safe color of #afa31b is #999933. Color #afa31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00011011
Octal 257 243 33
Decimal 175 163 27
Hex AF A3 1B

RGB Percentages of Color #afa31b

%47.95
%44.66
%7.40

CMYK Percentages of Color #afa31b

%0
%7
%85
%31

Triadic Colors of #afa31b

#afa31b #1bafa3 #a31baf

Analogous Colors of #afa31b

#afa31b #71af1b #af591b

Monochromatic Colors of #afa31b

#afa31b

Complementary Color

#afa31b #1b27af

#afa31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa31b Color CSS Codes

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

#afa31b Text Font Color

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

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


#afa31b Background Color

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

This div background color is #afa31b


#afa31b Border Color

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

This div border color is #afa31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa31b


Comments

No comments written yet.

Please login to write comment.