Color Hex Logo

#afd11d Color Hex

#AFD11D
(175,209,29)
0 Favorites   0 Comments

Color spaces of #afd11d

RGB 17520929
HSL0.200.760.47
HSV71°86°82°
CMYK 0.160.000.86   0.18
XYZ40.701454.80369.5954
Yxy54.80360.38730.5214
Hunter Lab74.0295-31.412244.1357
CIE-Lab78.9280-32.300674.6674

#afd11d color RGB value is (175,209,29).

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

The process color (four color CMYK) of #afd11d color hex is 0.16, 0.00, 0.86, 0.18. Web safe color of #afd11d is #99cc33. Color #afd11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 00011101
Octal 257 321 35
Decimal 175 209 29
Hex AF D1 1D

RGB Percentages of Color #afd11d

%42.37
%50.61
%7.02

CMYK Percentages of Color #afd11d

%16
%0
%86
%18

Triadic Colors of #afd11d

#afd11d #1dafd1 #d11daf

Analogous Colors of #afd11d

#afd11d #55d11d #d1991d

Monochromatic Colors of #afd11d

#afd11d

Complementary Color

#afd11d #3f1dd1

#afd11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd11d Color CSS Codes

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

#afd11d Text Font Color

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

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


#afd11d Background Color

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

This div background color is #afd11d


#afd11d Border Color

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

This div border color is #afd11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd11d


Comments

No comments written yet.

Please login to write comment.