Color Hex Logo

#afd50d Color Hex

#AFD50D
(175,213,13)
0 Favorites   0 Comments

Color spaces of #afd50d

RGB 17521313
HSL0.200.880.44
HSV71°94°84°
CMYK 0.180.000.94   0.16
XYZ41.546156.73159.1413
Yxy56.73150.38680.5281
Hunter Lab75.3203-33.351345.5285
CIE-Lab80.0283-34.454177.9913

#afd50d color RGB value is (175,213,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 00001101
Octal 257 325 15
Decimal 175 213 13
Hex AF D5 D

RGB Percentages of Color #afd50d

%43.64
%53.12
%3.24

CMYK Percentages of Color #afd50d

%18
%0
%94
%16

Triadic Colors of #afd50d

#afd50d #0dafd5 #d50daf

Analogous Colors of #afd50d

#afd50d #4bd50d #d5970d

Monochromatic Colors of #afd50d

#afd50d

Complementary Color

#afd50d #330dd5

#afd50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd50d Color CSS Codes

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

#afd50d Text Font Color

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

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


#afd50d Background Color

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

This div background color is #afd50d


#afd50d Border Color

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

This div border color is #afd50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd50d


Comments

No comments written yet.

Please login to write comment.