Color Hex Logo

#aff217 Color Hex

#AFF217
(175,242,23)
0 Favorites   0 Comments

Color spaces of #aff217

RGB 17524223
HSL0.220.890.52
HSV78°90°95°
CMYK 0.280.000.90   0.05
XYZ49.586072.680112.2258
Yxy72.68010.36870.5404
Hunter Lab85.2526-45.370151.1743
CIE-Lab88.2949-47.036983.3318

#aff217 color RGB value is (175,242,23).

#aff217 hex color red value is 175, green value is 242 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #aff217 hue: 0.22 , saturation: 0.89 and the lightness value of aff217 is 0.52.

The process color (four color CMYK) of #aff217 color hex is 0.28, 0.00, 0.90, 0.05. Web safe color of #aff217 is #99ff00. Color #aff217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 00010111
Octal 257 362 27
Decimal 175 242 23
Hex AF F2 17

RGB Percentages of Color #aff217

%39.77
%55.00
%5.23

CMYK Percentages of Color #aff217

%28
%0
%90
%5

Triadic Colors of #aff217

#aff217 #17aff2 #f217af

Analogous Colors of #aff217

#aff217 #41f217 #f2c817

Monochromatic Colors of #aff217

#aff217

Complementary Color

#aff217 #5a17f2

#aff217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff217 Color CSS Codes

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

#aff217 Text Font Color

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

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


#aff217 Background Color

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

This div background color is #aff217


#aff217 Border Color

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

This div border color is #aff217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff217


Comments

No comments written yet.

Please login to write comment.