Color Hex Logo

#afd70d Color Hex

#AFD70D
(175,215,13)
0 Favorites   0 Comments

Color spaces of #afd70d

RGB 17521513
HSL0.200.890.45
HSV72°94°84°
CMYK 0.190.000.94   0.16
XYZ42.052357.74399.3101
Yxy57.74390.38540.5292
Hunter Lab75.9894-34.200145.9285
CIE-Lab80.5962-35.366978.4346

#afd70d color RGB value is (175,215,13).

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

The process color (four color CMYK) of #afd70d color hex is 0.19, 0.00, 0.94, 0.16. Web safe color of #afd70d is #99cc00. Color #afd70d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 00001101
Octal 257 327 15
Decimal 175 215 13
Hex AF D7 D

RGB Percentages of Color #afd70d

%43.42
%53.35
%3.23

CMYK Percentages of Color #afd70d

%19
%0
%94
%16

Triadic Colors of #afd70d

#afd70d #0dafd7 #d70daf

Analogous Colors of #afd70d

#afd70d #4ad70d #d79a0d

Monochromatic Colors of #afd70d

#afd70d

Complementary Color

#afd70d #350dd7

#afd70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd70d Color CSS Codes

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

#afd70d Text Font Color

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

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


#afd70d Background Color

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

This div background color is #afd70d


#afd70d Border Color

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

This div border color is #afd70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd70d


Comments

No comments written yet.

Please login to write comment.