Color Hex Logo

#afd014 Color Hex

#AFD014
(175,208,20)
0 Favorites   0 Comments

Color spaces of #afd014

RGB 17520820
HSL0.200.820.45
HSV71°90°82°
CMYK 0.160.000.90   0.18
XYZ40.361354.27629.0109
Yxy54.27620.38940.5237
Hunter Lab73.6724-31.135744.3189
CIE-Lab78.6225-32.036575.9858

#afd014 color RGB value is (175,208,20).

#afd014 hex color red value is 175, green value is 208 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #afd014 hue: 0.20 , saturation: 0.82 and the lightness value of afd014 is 0.45.

The process color (four color CMYK) of #afd014 color hex is 0.16, 0.00, 0.90, 0.18. Web safe color of #afd014 is #99cc00. Color #afd014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00010100
Octal 257 320 24
Decimal 175 208 20
Hex AF D0 14

RGB Percentages of Color #afd014

%43.42
%51.61
%4.96

CMYK Percentages of Color #afd014

%16
%0
%90
%18

Triadic Colors of #afd014

#afd014 #14afd0 #d014af

Analogous Colors of #afd014

#afd014 #51d014 #d09314

Monochromatic Colors of #afd014

#afd014

Complementary Color

#afd014 #3514d0

#afd014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd014 Color CSS Codes

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

#afd014 Text Font Color

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

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


#afd014 Background Color

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

This div background color is #afd014


#afd014 Border Color

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

This div border color is #afd014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd014


Comments

No comments written yet.

Please login to write comment.