Color Hex Logo

#afa838 Color Hex

#AFA838
(175,168,56)
0 Favorites   0 Comments

Color spaces of #afa838

RGB 17516856
HSL0.160.520.45
HSV56°68°69°
CMYK 0.000.040.68   0.31
XYZ32.395637.40479.2538
Yxy37.40470.40980.4732
Hunter Lab61.1594-12.479033.8406
CIE-Lab67.5796-10.993756.1701

#afa838 color RGB value is (175,168,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00111000
Octal 257 250 70
Decimal 175 168 56
Hex AF A8 38

RGB Percentages of Color #afa838

%43.86
%42.11
%14.04

CMYK Percentages of Color #afa838

%0
%4
%68
%31

Triadic Colors of #afa838

#afa838 #38afa8 #a838af

Analogous Colors of #afa838

#afa838 #7baf38 #af6d38

Monochromatic Colors of #afa838

#afa838

Complementary Color

#afa838 #383faf

#afa838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa838 Color CSS Codes

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

#afa838 Text Font Color

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

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


#afa838 Background Color

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

This div background color is #afa838


#afa838 Border Color

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

This div border color is #afa838


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,168,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 #afa838">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa838


Comments

No comments written yet.

Please login to write comment.