Color Hex Logo

#afa618 Color Hex

#AFA618
(175,166,24)
0 Favorites   0 Comments

Color spaces of #afa618

RGB 17516624
HSL0.160.760.39
HSV56°86°69°
CMYK 0.000.050.86   0.31
XYZ31.480336.45236.2410
Yxy36.45230.42440.4914
Hunter Lab60.3757-12.586536.1343
CIE-Lab66.8641-11.230665.7560

#afa618 color RGB value is (175,166,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00011000
Octal 257 246 30
Decimal 175 166 24
Hex AF A6 18

RGB Percentages of Color #afa618

%47.95
%45.48
%6.58

CMYK Percentages of Color #afa618

%0
%5
%86
%31

Triadic Colors of #afa618

#afa618 #18afa6 #a618af

Analogous Colors of #afa618

#afa618 #6daf18 #af5b18

Monochromatic Colors of #afa618

#afa618

Complementary Color

#afa618 #1821af

#afa618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa618 Color CSS Codes

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

#afa618 Text Font Color

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

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


#afa618 Background Color

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

This div background color is #afa618


#afa618 Border Color

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

This div border color is #afa618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa618


Comments

No comments written yet.

Please login to write comment.