Color Hex Logo

#afde15 Color Hex

#AFDE15
(175,222,21)
0 Favorites   0 Comments

Color spaces of #afde15

RGB 17522221
HSL0.210.830.48
HSV74°91°87°
CMYK 0.210.000.91   0.13
XYZ43.935861.410710.2472
Yxy61.41070.38010.5313
Hunter Lab78.3650-37.061647.1026
CIE-Lab82.5990-38.394579.0255

#afde15 color RGB value is (175,222,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 00010101
Octal 257 336 25
Decimal 175 222 21
Hex AF DE 15

RGB Percentages of Color #afde15

%41.87
%53.11
%5.02

CMYK Percentages of Color #afde15

%21
%0
%91
%13

Triadic Colors of #afde15

#afde15 #15afde #de15af

Analogous Colors of #afde15

#afde15 #4bde15 #dea915

Monochromatic Colors of #afde15

#afde15

Complementary Color

#afde15 #4415de

#afde15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde15 Color CSS Codes

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

#afde15 Text Font Color

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

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


#afde15 Background Color

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

This div background color is #afde15


#afde15 Border Color

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

This div border color is #afde15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde15


Comments

No comments written yet.

Please login to write comment.