Color Hex Logo

#afaa18 Color Hex

#AFAA18
(175,170,24)
0 Favorites   0 Comments

Color spaces of #afaa18

RGB 17517024
HSL0.160.760.39
HSV58°86°69°
CMYK 0.000.030.86   0.31
XYZ32.218837.92946.4871
Yxy37.92940.42040.4949
Hunter Lab61.5868-14.395836.8656
CIE-Lab67.9685-13.307066.6597

#afaa18 color RGB value is (175,170,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00011000
Octal 257 252 30
Decimal 175 170 24
Hex AF AA 18

RGB Percentages of Color #afaa18

%47.43
%46.07
%6.50

CMYK Percentages of Color #afaa18

%0
%3
%86
%31

Triadic Colors of #afaa18

#afaa18 #18afaa #aa18af

Analogous Colors of #afaa18

#afaa18 #69af18 #af5e18

Monochromatic Colors of #afaa18

#afaa18

Complementary Color

#afaa18 #181daf

#afaa18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa18 Color CSS Codes

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

#afaa18 Text Font Color

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

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


#afaa18 Background Color

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

This div background color is #afaa18


#afaa18 Border Color

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

This div border color is #afaa18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa18


Comments

No comments written yet.

Please login to write comment.