Color Hex Logo

#afde14 Color Hex

#AFDE14
(175,222,20)
0 Favorites   0 Comments

Color spaces of #afde14

RGB 17522220
HSL0.210.830.47
HSV74°91°87°
CMYK 0.210.000.91   0.13
XYZ43.926761.407010.1994
Yxy61.40700.38020.5315
Hunter Lab78.3626-37.075247.1369
CIE-Lab82.5971-38.412679.1638

#afde14 color RGB value is (175,222,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 00010100
Octal 257 336 24
Decimal 175 222 20
Hex AF DE 14

RGB Percentages of Color #afde14

%41.97
%53.24
%4.80

CMYK Percentages of Color #afde14

%21
%0
%91
%13

Triadic Colors of #afde14

#afde14 #14afde #de14af

Analogous Colors of #afde14

#afde14 #4ade14 #dea814

Monochromatic Colors of #afde14

#afde14

Complementary Color

#afde14 #4314de

#afde14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde14 Color CSS Codes

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

#afde14 Text Font Color

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

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


#afde14 Background Color

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

This div background color is #afde14


#afde14 Border Color

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

This div border color is #afde14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde14


Comments

No comments written yet.

Please login to write comment.