Color Hex Logo

#afb314 Color Hex

#AFB314
(175,179,20)
0 Favorites   0 Comments

Color spaces of #afb314

RGB 17517920
HSL0.170.800.39
HSV62°89°70°
CMYK 0.020.000.89   0.30
XYZ33.925641.40476.8657
Yxy41.40470.41270.5037
Hunter Lab64.3465-18.495238.7164
CIE-Lab70.4585-17.989169.4618

#afb314 color RGB value is (175,179,20).

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

The process color (four color CMYK) of #afb314 color hex is 0.02, 0.00, 0.89, 0.30. Web safe color of #afb314 is #99cc00. Color #afb314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 00010100
Octal 257 263 24
Decimal 175 179 20
Hex AF B3 14

RGB Percentages of Color #afb314

%46.79
%47.86
%5.35

CMYK Percentages of Color #afb314

%2
%0
%89
%30

Triadic Colors of #afb314

#afb314 #14afb3 #b314af

Analogous Colors of #afb314

#afb314 #60b314 #b36814

Monochromatic Colors of #afb314

#afb314

Complementary Color

#afb314 #1814b3

#afb314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb314 Color CSS Codes

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

#afb314 Text Font Color

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

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


#afb314 Background Color

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

This div background color is #afb314


#afb314 Border Color

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

This div border color is #afb314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb314


Comments

No comments written yet.

Please login to write comment.