Color Hex Logo

#afff1d Color Hex

#AFFF1D
(175,255,29)
0 Favorites   0 Comments

Color spaces of #afff1d

RGB 17525529
HSL0.231.000.56
HSV81°89°100°
CMYK 0.310.000.89   0.00
XYZ53.661080.722713.9152
Yxy80.72270.36180.5443
Hunter Lab89.8458-50.619953.7093
CIE-Lab92.0082-52.305085.4799

#afff1d color RGB value is (175,255,29).

#afff1d hex color red value is 175, green value is 255 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #afff1d hue: 0.23 , saturation: 1.00 and the lightness value of afff1d is 0.56.

The process color (four color CMYK) of #afff1d color hex is 0.31, 0.00, 0.89, 0.00. Web safe color of #afff1d is #99ff33. Color #afff1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 00011101
Octal 257 377 35
Decimal 175 255 29
Hex AF FF 1D

RGB Percentages of Color #afff1d

%38.13
%55.56
%6.32

CMYK Percentages of Color #afff1d

%31
%0
%89
%0

Triadic Colors of #afff1d

#afff1d #1dafff #ff1daf

Analogous Colors of #afff1d

#afff1d #3eff1d #ffde1d

Monochromatic Colors of #afff1d

#afff1d

Complementary Color

#afff1d #6d1dff

#afff1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff1d Color CSS Codes

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

#afff1d Text Font Color

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

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


#afff1d Background Color

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

This div background color is #afff1d


#afff1d Border Color

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

This div border color is #afff1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,255,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 #afff1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff1d

Related Colors


Comments

No comments written yet.

Please login to write comment.