Color Hex Logo

#afa327 Color Hex

#AFA327
(175,163,39)
0 Favorites   0 Comments

Color spaces of #afa327

RGB 17516339
HSL0.150.640.42
HSV55°78°69°
CMYK 0.000.070.78   0.31
XYZ31.142635.45487.1215
Yxy35.45480.42250.4809
Hunter Lab59.5439-10.843034.5896
CIE-Lab66.1012-9.183960.9726

#afa327 color RGB value is (175,163,39).

#afa327 hex color red value is 175, green value is 163 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afa327 hue: 0.15 , saturation: 0.64 and the lightness value of afa327 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00100111
Octal 257 243 47
Decimal 175 163 39
Hex AF A3 27

RGB Percentages of Color #afa327

%46.42
%43.24
%10.34

CMYK Percentages of Color #afa327

%0
%7
%78
%31

Triadic Colors of #afa327

#afa327 #27afa3 #a327af

Analogous Colors of #afa327

#afa327 #77af27 #af5f27

Monochromatic Colors of #afa327

#afa327

Complementary Color

#afa327 #2733af

#afa327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa327 Color CSS Codes

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

#afa327 Text Font Color

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

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


#afa327 Background Color

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

This div background color is #afa327


#afa327 Border Color

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

This div border color is #afa327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa327


Comments

No comments written yet.

Please login to write comment.