Color Hex Logo

#afa938 Color Hex

#AFA938
(175,169,56)
0 Favorites   0 Comments

Color spaces of #afa938

RGB 17516956
HSL0.160.520.45
HSV57°68°69°
CMYK 0.000.030.68   0.31
XYZ32.581037.77549.3156
Yxy37.77540.40890.4741
Hunter Lab61.4617-12.934734.0367
CIE-Lab67.8548-11.514956.4492

#afa938 color RGB value is (175,169,56).

#afa938 hex color red value is 175, green value is 169 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #afa938 hue: 0.16 , saturation: 0.52 and the lightness value of afa938 is 0.45.

The process color (four color CMYK) of #afa938 color hex is 0.00, 0.03, 0.68, 0.31. Web safe color of #afa938 is #999933. Color #afa938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00111000
Octal 257 251 70
Decimal 175 169 56
Hex AF A9 38

RGB Percentages of Color #afa938

%43.75
%42.25
%14.00

CMYK Percentages of Color #afa938

%0
%3
%68
%31

Triadic Colors of #afa938

#afa938 #38afa9 #a938af

Analogous Colors of #afa938

#afa938 #7aaf38 #af6e38

Monochromatic Colors of #afa938

#afa938

Complementary Color

#afa938 #383eaf

#afa938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa938 Color CSS Codes

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

#afa938 Text Font Color

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

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


#afa938 Background Color

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

This div background color is #afa938


#afa938 Border Color

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

This div border color is #afa938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa938


Comments

No comments written yet.

Please login to write comment.