Color Hex Logo

#afd408 Color Hex

#AFD408
(175,212,8)
0 Favorites   0 Comments

Color spaces of #afd408

RGB 1752128
HSL0.200.930.43
HSV71°96°83°
CMYK 0.170.000.96   0.17
XYZ41.266556.21858.9060
Yxy56.21850.38790.5284
Hunter Lab74.9790-32.971545.4428
CIE-Lab79.7380-34.055978.2487

#afd408 color RGB value is (175,212,8).

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

The process color (four color CMYK) of #afd408 color hex is 0.17, 0.00, 0.96, 0.17. Web safe color of #afd408 is #99cc00. Color #afd408 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 00001000
Octal 257 324 10
Decimal 175 212 8
Hex AF D4 8

RGB Percentages of Color #afd408

%44.30
%53.67
%2.03

CMYK Percentages of Color #afd408

%17
%0
%96
%17

Triadic Colors of #afd408

#afd408 #08afd4 #d408af

Analogous Colors of #afd408

#afd408 #49d408 #d49308

Monochromatic Colors of #afd408

#afd408

Complementary Color

#afd408 #2d08d4

#afd408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd408 Color CSS Codes

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

#afd408 Text Font Color

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

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


#afd408 Background Color

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

This div background color is #afd408


#afd408 Border Color

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

This div border color is #afd408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd408


Comments

No comments written yet.

Please login to write comment.