Color Hex Logo

#afaa17 Color Hex

#AFAA17
(175,170,23)
0 Favorites   0 Comments

Color spaces of #afaa17

RGB 17517023
HSL0.160.770.39
HSV58°87°69°
CMYK 0.000.030.87   0.31
XYZ32.208637.92536.4333
Yxy37.92530.42070.4953
Hunter Lab61.5835-14.414436.9148
CIE-Lab67.9655-13.330766.8711

#afaa17 color RGB value is (175,170,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00010111
Octal 257 252 27
Decimal 175 170 23
Hex AF AA 17

RGB Percentages of Color #afaa17

%47.55
%46.20
%6.25

CMYK Percentages of Color #afaa17

%0
%3
%87
%31

Triadic Colors of #afaa17

#afaa17 #17afaa #aa17af

Analogous Colors of #afaa17

#afaa17 #68af17 #af5e17

Monochromatic Colors of #afaa17

#afaa17

Complementary Color

#afaa17 #171caf

#afaa17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa17 Color CSS Codes

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

#afaa17 Text Font Color

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

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


#afaa17 Background Color

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

This div background color is #afaa17


#afaa17 Border Color

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

This div border color is #afaa17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa17


Comments

No comments written yet.

Please login to write comment.