Color Hex Logo

#afb116 Color Hex

#AFB116
(175,177,22)
0 Favorites   0 Comments

Color spaces of #afb116

RGB 17517722
HSL0.170.780.39
HSV61°88°69°
CMYK 0.010.000.88   0.31
XYZ33.546240.61626.8307
Yxy40.61620.41420.5015
Hunter Lab63.7308-17.571438.2569
CIE-Lab69.9062-16.935468.6450

#afb116 color RGB value is (175,177,22).

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

The process color (four color CMYK) of #afb116 color hex is 0.01, 0.00, 0.88, 0.31. Web safe color of #afb116 is #999900. Color #afb116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 00010110
Octal 257 261 26
Decimal 175 177 22
Hex AF B1 16

RGB Percentages of Color #afb116

%46.79
%47.33
%5.88

CMYK Percentages of Color #afb116

%1
%0
%88
%31

Triadic Colors of #afb116

#afb116 #16afb1 #b116af

Analogous Colors of #afb116

#afb116 #62b116 #b16616

Monochromatic Colors of #afb116

#afb116

Complementary Color

#afb116 #1816b1

#afb116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb116 Color CSS Codes

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

#afb116 Text Font Color

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

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


#afb116 Background Color

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

This div background color is #afb116


#afb116 Border Color

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

This div border color is #afb116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb116


Comments

No comments written yet.

Please login to write comment.