Color Hex Logo

#afd101 Color Hex

#AFD101
(175,209,1)
0 Favorites   0 Comments

Color spaces of #afd101

RGB 1752091
HSL0.190.990.41
HSV70°100°82°
CMYK 0.160.001.00   0.18
XYZ40.485154.71718.4564
Yxy54.71710.39060.5279
Hunter Lab73.9710-31.754445.0016
CIE-Lab78.8780-32.754078.2522

#afd101 color RGB value is (175,209,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 00000001
Octal 257 321 1
Decimal 175 209 1
Hex AF D1 1

RGB Percentages of Color #afd101

%45.45
%54.29
%0.26

CMYK Percentages of Color #afd101

%16
%0
%100
%18

Triadic Colors of #afd101

#afd101 #01afd1 #d101af

Analogous Colors of #afd101

#afd101 #47d101 #d18b01

Monochromatic Colors of #afd101

#afd101

Complementary Color

#afd101 #2301d1

#afd101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd101 Color CSS Codes

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

#afd101 Text Font Color

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

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


#afd101 Background Color

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

This div background color is #afd101


#afd101 Border Color

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

This div border color is #afd101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd101


Comments

No comments written yet.

Please login to write comment.