Color Hex Logo

#afa128 Color Hex

#AFA128
(175,161,40)
0 Favorites   0 Comments

Color spaces of #afa128

RGB 17516140
HSL0.150.630.42
HSV54°77°69°
CMYK 0.000.080.77   0.31
XYZ30.807134.75697.0925
Yxy34.75690.42400.4784
Hunter Lab58.9550-9.895534.1357
CIE-Lab65.5590-8.088860.1472

#afa128 color RGB value is (175,161,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00101000
Octal 257 241 50
Decimal 175 161 40
Hex AF A1 28

RGB Percentages of Color #afa128

%46.54
%42.82
%10.64

CMYK Percentages of Color #afa128

%0
%8
%77
%31

Triadic Colors of #afa128

#afa128 #28afa1 #a128af

Analogous Colors of #afa128

#afa128 #7aaf28 #af5e28

Monochromatic Colors of #afa128

#afa128

Complementary Color

#afa128 #2836af

#afa128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa128 Color CSS Codes

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

#afa128 Text Font Color

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

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


#afa128 Background Color

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

This div background color is #afa128


#afa128 Border Color

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

This div border color is #afa128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa128


Comments

No comments written yet.

Please login to write comment.