Color Hex Logo

#afe217 Color Hex

#AFE217
(175,226,23)
0 Favorites   0 Comments

Color spaces of #afe217

RGB 17522623
HSL0.210.820.49
HSV75°90°89°
CMYK 0.230.000.90   0.11
XYZ45.030263.568510.7072
Yxy63.56850.37740.5328
Hunter Lab79.7299-38.713247.8486
CIE-Lab83.7406-40.131379.6523

#afe217 color RGB value is (175,226,23).

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

The process color (four color CMYK) of #afe217 color hex is 0.23, 0.00, 0.90, 0.11. Web safe color of #afe217 is #99cc00. Color #afe217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 00010111
Octal 257 342 27
Decimal 175 226 23
Hex AF E2 17

RGB Percentages of Color #afe217

%41.27
%53.30
%5.42

CMYK Percentages of Color #afe217

%23
%0
%90
%11

Triadic Colors of #afe217

#afe217 #17afe2 #e217af

Analogous Colors of #afe217

#afe217 #4ae217 #e2b017

Monochromatic Colors of #afe217

#afe217

Complementary Color

#afe217 #4a17e2

#afe217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe217 Color CSS Codes

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

#afe217 Text Font Color

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

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


#afe217 Background Color

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

This div background color is #afe217


#afe217 Border Color

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

This div border color is #afe217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe217


Comments

No comments written yet.

Please login to write comment.