Color Hex Logo

#afb614 Color Hex

#AFB614
(175,182,20)
0 Favorites   0 Comments

Color spaces of #afb614

RGB 17518220
HSL0.170.800.40
HSV63°89°71°
CMYK 0.040.000.89   0.29
XYZ34.533442.62047.0683
Yxy42.62040.41000.5060
Hunter Lab65.2843-19.826539.2797
CIE-Lab71.2966-19.495770.1313

#afb614 color RGB value is (175,182,20).

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

The process color (four color CMYK) of #afb614 color hex is 0.04, 0.00, 0.89, 0.29. Web safe color of #afb614 is #99cc00. Color #afb614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 00010100
Octal 257 266 24
Decimal 175 182 20
Hex AF B6 14

RGB Percentages of Color #afb614

%46.42
%48.28
%5.31

CMYK Percentages of Color #afb614

%4
%0
%89
%29

Triadic Colors of #afb614

#afb614 #14afb6 #b614af

Analogous Colors of #afb614

#afb614 #5eb614 #b66c14

Monochromatic Colors of #afb614

#afb614

Complementary Color

#afb614 #1b14b6

#afb614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb614 Color CSS Codes

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

#afb614 Text Font Color

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

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


#afb614 Background Color

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

This div background color is #afb614


#afb614 Border Color

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

This div border color is #afb614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb614


Comments

No comments written yet.

Please login to write comment.