Color Hex Logo

#afdd17 Color Hex

#AFDD17
(175,221,23)
0 Favorites   0 Comments

Color spaces of #afdd17

RGB 17522123
HSL0.210.810.48
HSV74°90°87°
CMYK 0.210.000.90   0.13
XYZ43.690360.888710.2606
Yxy60.88870.38040.5302
Hunter Lab78.0312-36.611046.8256
CIE-Lab82.3189-37.908378.5028

#afdd17 color RGB value is (175,221,23).

#afdd17 hex color red value is 175, green value is 221 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #afdd17 hue: 0.21 , saturation: 0.81 and the lightness value of afdd17 is 0.48.

The process color (four color CMYK) of #afdd17 color hex is 0.21, 0.00, 0.90, 0.13. Web safe color of #afdd17 is #99cc00. Color #afdd17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00010111
Octal 257 335 27
Decimal 175 221 23
Hex AF DD 17

RGB Percentages of Color #afdd17

%41.77
%52.74
%5.49

CMYK Percentages of Color #afdd17

%21
%0
%90
%13

Triadic Colors of #afdd17

#afdd17 #17afdd #dd17af

Analogous Colors of #afdd17

#afdd17 #4cdd17 #dda817

Monochromatic Colors of #afdd17

#afdd17

Complementary Color

#afdd17 #4517dd

#afdd17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd17 Color CSS Codes

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

#afdd17 Text Font Color

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

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


#afdd17 Background Color

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

This div background color is #afdd17


#afdd17 Border Color

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

This div border color is #afdd17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd17


Comments

No comments written yet.

Please login to write comment.