color codes Logo

#afa74c color codes

#AFA74C
(175,167,76)
0 Favorites   0 Comments

Color spaces of #afa74c

RGB 17516776
HSL0.150.390.49
HSV55°57°69°
CMYK 0.000.050.57   0.31
XYZ32.802437.273212.3031
Yxy37.27320.39820.4525
Hunter Lab61.0518-10.934730.7882
CIE-Lab67.4815-9.115247.2436

#afa74c color RGB value is (175,167,76).

#afa74c hex color red value is 175, green value is 167 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #afa74c hue: 0.15 , saturation: 0.39 and the lightness value of afa74c is 0.49.

The process color (four color CMYK) of #afa74c color code is 0.00, 0.05, 0.57, 0.31. Web safe color of #afa74c is #999933. Color #afa74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01001100
Octal 257 247 114
Decimal 175 167 76
Hex AF A7 4C

RGB Percentages of Color #afa74c

%41.87
%39.95
%18.18

CMYK Percentages of Color #afa74c

%0
%5
%57
%31

Triadic Colors of #afa74c

#afa74c #4cafa7 #a74caf

Analogous Colors of #afa74c

#afa74c #86af4c #af764c

Monochromatic Colors of #afa74c

#afa74c

Complementary Color

#afa74c #4c54af

#afa74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa74c Color CSS Codes

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

#afa74c Text Font Color

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

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


#afa74c Background Color

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

This div background color is #afa74c


#afa74c Border Color

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

This div border color is #afa74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa74c


Comments

No comments written yet.

Please login to write comment.