Color Hex Logo

#afd100 Color Hex

#AFD100
(175,209,0)
0 Favorites   0 Comments

Color spaces of #afd100

RGB 1752090
HSL0.191.000.41
HSV70°100°82°
CMYK 0.160.001.00   0.18
XYZ40.479754.71498.4275
Yxy54.71490.39060.5280
Hunter Lab73.9695-31.762845.0236
CIE-Lab78.8768-32.765378.3473

#afd100 color RGB value is (175,209,0).

#afd100 hex color red value is 175, green value is 209 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #afd100 hue: 0.19 , saturation: 1.00 and the lightness value of afd100 is 0.41.

The process color (four color CMYK) of #afd100 color hex is 0.16, 0.00, 1.00, 0.18. Web safe color of #afd100 is #99cc00. Color #afd100 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 00000000
Octal 257 321 0
Decimal 175 209 0
Hex AF D1 0

RGB Percentages of Color #afd100

%45.57
%54.43
%0.00

CMYK Percentages of Color #afd100

%16
%0
%100
%18

Triadic Colors of #afd100

#afd100 #00afd1 #d100af

Analogous Colors of #afd100

#afd100 #46d100 #d18b00

Monochromatic Colors of #afd100

#afd100

Complementary Color

#afd100 #2200d1

#afd100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd100 Color CSS Codes

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

#afd100 Text Font Color

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

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


#afd100 Background Color

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

This div background color is #afd100


#afd100 Border Color

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

This div border color is #afd100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd100


Comments

No comments written yet.

Please login to write comment.