Color Hex Logo

#afc918 Color Hex

#AFC918
(175,201,24)
0 Favorites   0 Comments

Color spaces of #afc918

RGB 17520124
HSL0.190.790.44
HSV69°88°79°
CMYK 0.130.000.88   0.21
XYZ38.730750.95328.6578
Yxy50.95320.39380.5181
Hunter Lab71.3815-28.065842.7758
CIE-Lab76.6507-28.667973.7397

#afc918 color RGB value is (175,201,24).

#afc918 hex color red value is 175, green value is 201 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #afc918 hue: 0.19 , saturation: 0.79 and the lightness value of afc918 is 0.44.

The process color (four color CMYK) of #afc918 color hex is 0.13, 0.00, 0.88, 0.21. Web safe color of #afc918 is #99cc00. Color #afc918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00011000
Octal 257 311 30
Decimal 175 201 24
Hex AF C9 18

RGB Percentages of Color #afc918

%43.75
%50.25
%6.00

CMYK Percentages of Color #afc918

%13
%0
%88
%21

Triadic Colors of #afc918

#afc918 #18afc9 #c918af

Analogous Colors of #afc918

#afc918 #57c918 #c98b18

Monochromatic Colors of #afc918

#afc918

Complementary Color

#afc918 #3218c9

#afc918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc918 Color CSS Codes

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

#afc918 Text Font Color

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

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


#afc918 Background Color

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

This div background color is #afc918


#afc918 Border Color

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

This div border color is #afc918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc918


Comments

No comments written yet.

Please login to write comment.