Color Hex Logo

#afaa15 Color Hex

#AFAA15
(175,170,21)
0 Favorites   0 Comments

Color spaces of #afaa15

RGB 17517021
HSL0.160.790.38
HSV58°88°69°
CMYK 0.000.030.88   0.31
XYZ32.189337.91766.3317
Yxy37.91760.42110.4961
Hunter Lab61.5773-14.450037.0076
CIE-Lab67.9598-13.375967.2735

#afaa15 color RGB value is (175,170,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00010101
Octal 257 252 25
Decimal 175 170 21
Hex AF AA 15

RGB Percentages of Color #afaa15

%47.81
%46.45
%5.74

CMYK Percentages of Color #afaa15

%0
%3
%88
%31

Triadic Colors of #afaa15

#afaa15 #15afaa #aa15af

Analogous Colors of #afaa15

#afaa15 #67af15 #af5d15

Monochromatic Colors of #afaa15

#afaa15

Complementary Color

#afaa15 #151aaf

#afaa15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa15 Color CSS Codes

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

#afaa15 Text Font Color

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

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


#afaa15 Background Color

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

This div background color is #afaa15


#afaa15 Border Color

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

This div border color is #afaa15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa15


Comments

No comments written yet.

Please login to write comment.