Color Hex Logo

#afd519 Color Hex

#AFD519
(175,213,25)
0 Favorites   0 Comments

Color spaces of #afd519

RGB 17521325
HSL0.200.790.47
HSV72°88°84°
CMYK 0.180.000.88   0.16
XYZ41.648956.77269.6828
Yxy56.77260.38530.5252
Hunter Lab75.3476-33.191245.1241
CIE-Lab80.0515-34.241376.3351

#afd519 color RGB value is (175,213,25).

#afd519 hex color red value is 175, green value is 213 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #afd519 hue: 0.20 , saturation: 0.79 and the lightness value of afd519 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 00011001
Octal 257 325 31
Decimal 175 213 25
Hex AF D5 19

RGB Percentages of Color #afd519

%42.37
%51.57
%6.05

CMYK Percentages of Color #afd519

%18
%0
%88
%16

Triadic Colors of #afd519

#afd519 #19afd5 #d519af

Analogous Colors of #afd519

#afd519 #51d519 #d59d19

Monochromatic Colors of #afd519

#afd519

Complementary Color

#afd519 #3f19d5

#afd519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd519 Color CSS Codes

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

#afd519 Text Font Color

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

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


#afd519 Background Color

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

This div background color is #afd519


#afd519 Border Color

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

This div border color is #afd519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd519


Comments

No comments written yet.

Please login to write comment.