Color Hex Logo

#afd504 Color Hex

#AFD504
(175,213,4)
0 Favorites   0 Comments

Color spaces of #afd504

RGB 1752134
HSL0.200.960.43
HSV71°98°84°
CMYK 0.180.000.98   0.16
XYZ41.495456.71128.8742
Yxy56.71120.38750.5296
Hunter Lab75.3068-33.430345.7280
CIE-Lab80.0169-34.559278.8329

#afd504 color RGB value is (175,213,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 00000100
Octal 257 325 4
Decimal 175 213 4
Hex AF D5 4

RGB Percentages of Color #afd504

%44.64
%54.34
%1.02

CMYK Percentages of Color #afd504

%18
%0
%98
%16

Triadic Colors of #afd504

#afd504 #04afd5 #d504af

Analogous Colors of #afd504

#afd504 #46d504 #d59304

Monochromatic Colors of #afd504

#afd504

Complementary Color

#afd504 #2a04d5

#afd504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd504 Color CSS Codes

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

#afd504 Text Font Color

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

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


#afd504 Background Color

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

This div background color is #afd504


#afd504 Border Color

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

This div border color is #afd504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd504


Comments

No comments written yet.

Please login to write comment.