Color Hex Logo

#afa218 Color Hex

#AFA218
(175,162,24)
0 Favorites   0 Comments

Color spaces of #afa218

RGB 17516224
HSL0.150.760.39
HSV55°86°69°
CMYK 0.000.070.86   0.31
XYZ30.764435.02066.0023
Yxy35.02060.42850.4878
Hunter Lab59.1782-10.766835.4111
CIE-Lab65.7647-9.134464.8565

#afa218 color RGB value is (175,162,24).

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

The process color (four color CMYK) of #afa218 color hex is 0.00, 0.07, 0.86, 0.31. Web safe color of #afa218 is #999900. Color #afa218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00011000
Octal 257 242 30
Decimal 175 162 24
Hex AF A2 18

RGB Percentages of Color #afa218

%48.48
%44.88
%6.65

CMYK Percentages of Color #afa218

%0
%7
%86
%31

Triadic Colors of #afa218

#afa218 #18afa2 #a218af

Analogous Colors of #afa218

#afa218 #71af18 #af5618

Monochromatic Colors of #afa218

#afa218

Complementary Color

#afa218 #1825af

#afa218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa218 Color CSS Codes

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

#afa218 Text Font Color

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

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


#afa218 Background Color

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

This div background color is #afa218


#afa218 Border Color

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

This div border color is #afa218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa218


Comments

No comments written yet.

Please login to write comment.