Color Hex Logo

#afd906 Color Hex

#AFD906
(175,217,6)
0 Favorites   0 Comments

Color spaces of #afd906

RGB 1752176
HSL0.200.950.44
HSV72°97°85°
CMYK 0.190.000.97   0.15
XYZ42.524958.75289.2714
Yxy58.75280.38470.5315
Hunter Lab76.6504-35.108146.4837
CIE-Lab81.1555-36.355879.5212

#afd906 color RGB value is (175,217,6).

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

The process color (four color CMYK) of #afd906 color hex is 0.19, 0.00, 0.97, 0.15. Web safe color of #afd906 is #99cc00. Color #afd906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 00000110
Octal 257 331 6
Decimal 175 217 6
Hex AF D9 6

RGB Percentages of Color #afd906

%43.97
%54.52
%1.51

CMYK Percentages of Color #afd906

%19
%0
%97
%15

Triadic Colors of #afd906

#afd906 #06afd9 #d906af

Analogous Colors of #afd906

#afd906 #46d906 #d99a06

Monochromatic Colors of #afd906

#afd906

Complementary Color

#afd906 #3006d9

#afd906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd906 Color CSS Codes

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

#afd906 Text Font Color

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

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


#afd906 Background Color

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

This div background color is #afd906


#afd906 Border Color

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

This div border color is #afd906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd906


Comments

No comments written yet.

Please login to write comment.