Color Hex Logo

#afd111 Color Hex

#AFD111
(175,209,17)
0 Favorites   0 Comments

Color spaces of #afd111

RGB 17520917
HSL0.200.850.44
HSV71°92°82°
CMYK 0.160.000.92   0.18
XYZ40.580854.75548.9603
Yxy54.75540.38910.5250
Hunter Lab73.9969-31.603044.6184
CIE-Lab78.9002-32.553276.6280

#afd111 color RGB value is (175,209,17).

#afd111 hex color red value is 175, green value is 209 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #afd111 hue: 0.20 , saturation: 0.85 and the lightness value of afd111 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 00010001
Octal 257 321 21
Decimal 175 209 17
Hex AF D1 11

RGB Percentages of Color #afd111

%43.64
%52.12
%4.24

CMYK Percentages of Color #afd111

%16
%0
%92
%18

Triadic Colors of #afd111

#afd111 #11afd1 #d111af

Analogous Colors of #afd111

#afd111 #4fd111 #d19311

Monochromatic Colors of #afd111

#afd111

Complementary Color

#afd111 #3311d1

#afd111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd111 Color CSS Codes

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

#afd111 Text Font Color

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

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


#afd111 Background Color

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

This div background color is #afd111


#afd111 Border Color

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

This div border color is #afd111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd111


Comments

No comments written yet.

Please login to write comment.