Color Hex Logo

#afa127 Color Hex

#AFA127
(175,161,39)
0 Favorites   0 Comments

Color spaces of #afa127

RGB 17516139
HSL0.150.640.42
HSV54°78°69°
CMYK 0.000.080.78   0.31
XYZ30.790334.75027.0041
Yxy34.75020.42440.4790
Hunter Lab58.9493-9.927534.2199
CIE-Lab65.5537-8.128760.4739

#afa127 color RGB value is (175,161,39).

#afa127 hex color red value is 175, green value is 161 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afa127 hue: 0.15 , saturation: 0.64 and the lightness value of afa127 is 0.42.

The process color (four color CMYK) of #afa127 color hex is 0.00, 0.08, 0.78, 0.31. Web safe color of #afa127 is #999933. Color #afa127 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00100111
Octal 257 241 47
Decimal 175 161 39
Hex AF A1 27

RGB Percentages of Color #afa127

%46.67
%42.93
%10.40

CMYK Percentages of Color #afa127

%0
%8
%78
%31

Triadic Colors of #afa127

#afa127 #27afa1 #a127af

Analogous Colors of #afa127

#afa127 #79af27 #af5d27

Monochromatic Colors of #afa127

#afa127

Complementary Color

#afa127 #2735af

#afa127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa127 Color CSS Codes

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

#afa127 Text Font Color

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

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


#afa127 Background Color

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

This div background color is #afa127


#afa127 Border Color

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

This div border color is #afa127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa127


Comments

No comments written yet.

Please login to write comment.