Color Hex Logo

#afb017 Color Hex

#AFB017
(175,176,23)
0 Favorites   0 Comments

Color spaces of #afb017

RGB 17517623
HSL0.170.770.39
HSV60°87°69°
CMYK 0.010.000.87   0.31
XYZ33.359240.22656.8169
Yxy40.22650.41490.5003
Hunter Lab63.4244-17.107338.0245
CIE-Lab69.6306-16.405168.2233

#afb017 color RGB value is (175,176,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 00010111
Octal 257 260 27
Decimal 175 176 23
Hex AF B0 17

RGB Percentages of Color #afb017

%46.79
%47.06
%6.15

CMYK Percentages of Color #afb017

%1
%0
%87
%31

Triadic Colors of #afb017

#afb017 #17afb0 #b017af

Analogous Colors of #afb017

#afb017 #63b017 #b06517

Monochromatic Colors of #afb017

#afb017

Complementary Color

#afb017 #1817b0

#afb017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb017 Color CSS Codes

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

#afb017 Text Font Color

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

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


#afb017 Background Color

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

This div background color is #afb017


#afb017 Border Color

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

This div border color is #afb017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb017


Comments

No comments written yet.

Please login to write comment.