Color Hex Logo

#afaf14 Color Hex

#AFAF14
(175,175,20)
0 Favorites   0 Comments

Color spaces of #afaf14

RGB 17517520
HSL0.170.790.38
HSV60°89°69°
CMYK 0.000.000.89   0.31
XYZ33.135439.82446.6023
Yxy39.82440.41650.5005
Hunter Lab63.1066-16.711437.9716
CIE-Lab69.3443-15.961668.5720

#afaf14 color RGB value is (175,175,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 00010100
Octal 257 257 24
Decimal 175 175 20
Hex AF AF 14

RGB Percentages of Color #afaf14

%47.30
%47.30
%5.41

CMYK Percentages of Color #afaf14

%0
%0
%89
%31

Triadic Colors of #afaf14

#afaf14 #14afaf #af14af

Analogous Colors of #afaf14

#afaf14 #61af14 #af6214

Monochromatic Colors of #afaf14

#afaf14

Complementary Color

#afaf14 #1414af

#afaf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf14 Color CSS Codes

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

#afaf14 Text Font Color

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

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


#afaf14 Background Color

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

This div background color is #afaf14


#afaf14 Border Color

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

This div border color is #afaf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf14


Comments

No comments written yet.

Please login to write comment.