Color Hex Logo

#afc118 Color Hex

#AFC118
(175,193,24)
0 Favorites   0 Comments

Color spaces of #afc118

RGB 17519324
HSL0.180.780.43
HSV66°88°76°
CMYK 0.090.000.88   0.24
XYZ36.914047.31988.0522
Yxy47.31980.40000.5128
Hunter Lab68.7894-24.594141.2123
CIE-Lab74.3939-24.829271.9026

#afc118 color RGB value is (175,193,24).

#afc118 hex color red value is 175, green value is 193 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #afc118 hue: 0.18 , saturation: 0.78 and the lightness value of afc118 is 0.43.

The process color (four color CMYK) of #afc118 color hex is 0.09, 0.00, 0.88, 0.24. Web safe color of #afc118 is #99cc00. Color #afc118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 00011000
Octal 257 301 30
Decimal 175 193 24
Hex AF C1 18

RGB Percentages of Color #afc118

%44.64
%49.23
%6.12

CMYK Percentages of Color #afc118

%9
%0
%88
%24

Triadic Colors of #afc118

#afc118 #18afc1 #c118af

Analogous Colors of #afc118

#afc118 #5ac118 #c17f18

Monochromatic Colors of #afc118

#afc118

Complementary Color

#afc118 #2a18c1

#afc118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc118 Color CSS Codes

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

#afc118 Text Font Color

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

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


#afc118 Background Color

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

This div background color is #afc118


#afc118 Border Color

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

This div border color is #afc118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc118


Comments

No comments written yet.

Please login to write comment.