Color Hex Logo

#afac14 Color Hex

#AFAC14
(175,172,20)
0 Favorites   0 Comments

Color spaces of #afac14

RGB 17517220
HSL0.160.790.38
HSV59°89°69°
CMYK 0.000.020.89   0.31
XYZ32.558038.66956.4098
Yxy38.66950.41940.4981
Hunter Lab62.1848-15.366437.4180
CIE-Lab68.5112-14.426767.9068

#afac14 color RGB value is (175,172,20).

#afac14 hex color red value is 175, green value is 172 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #afac14 hue: 0.16 , saturation: 0.79 and the lightness value of afac14 is 0.38.

The process color (four color CMYK) of #afac14 color hex is 0.00, 0.02, 0.89, 0.31. Web safe color of #afac14 is #999900. Color #afac14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00010100
Octal 257 254 24
Decimal 175 172 20
Hex AF AC 14

RGB Percentages of Color #afac14

%47.68
%46.87
%5.45

CMYK Percentages of Color #afac14

%0
%2
%89
%31

Triadic Colors of #afac14

#afac14 #14afac #ac14af

Analogous Colors of #afac14

#afac14 #65af14 #af5f14

Monochromatic Colors of #afac14

#afac14

Complementary Color

#afac14 #1417af

#afac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac14 Color CSS Codes

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

#afac14 Text Font Color

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

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


#afac14 Background Color

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

This div background color is #afac14


#afac14 Border Color

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

This div border color is #afac14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac14


Comments

No comments written yet.

Please login to write comment.