Color Hex Logo

#afa223 Color Hex

#AFA223
(175,162,35)
0 Favorites   0 Comments

Color spaces of #afa223

RGB 17516235
HSL0.150.670.41
HSV54°80°69°
CMYK 0.000.070.80   0.31
XYZ30.902935.07606.7317
Yxy35.07600.42500.4824
Hunter Lab59.2250-10.504634.7184
CIE-Lab65.8078-8.805861.9646

#afa223 color RGB value is (175,162,35).

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

The process color (four color CMYK) of #afa223 color hex is 0.00, 0.07, 0.80, 0.31. Web safe color of #afa223 is #999933. Color #afa223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00100011
Octal 257 242 43
Decimal 175 162 35
Hex AF A2 23

RGB Percentages of Color #afa223

%47.04
%43.55
%9.41

CMYK Percentages of Color #afa223

%0
%7
%80
%31

Triadic Colors of #afa223

#afa223 #23afa2 #a223af

Analogous Colors of #afa223

#afa223 #76af23 #af5c23

Monochromatic Colors of #afa223

#afa223

Complementary Color

#afa223 #2330af

#afa223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa223 Color CSS Codes

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

#afa223 Text Font Color

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

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


#afa223 Background Color

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

This div background color is #afa223


#afa223 Border Color

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

This div border color is #afa223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa223


Comments

No comments written yet.

Please login to write comment.