Color Hex Logo

#afd010 Color Hex

#AFD010
(175,208,16)
0 Favorites   0 Comments

Color spaces of #afd010

RGB 17520816
HSL0.200.860.44
HSV70°92°82°
CMYK 0.160.000.92   0.18
XYZ40.328654.26318.8385
Yxy54.26310.38990.5246
Hunter Lab73.6635-31.187644.4505
CIE-Lab78.6149-32.105276.5321

#afd010 color RGB value is (175,208,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00010000
Octal 257 320 20
Decimal 175 208 16
Hex AF D0 10

RGB Percentages of Color #afd010

%43.86
%52.13
%4.01

CMYK Percentages of Color #afd010

%16
%0
%92
%18

Triadic Colors of #afd010

#afd010 #10afd0 #d010af

Analogous Colors of #afd010

#afd010 #4fd010 #d09110

Monochromatic Colors of #afd010

#afd010

Complementary Color

#afd010 #3110d0

#afd010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd010 Color CSS Codes

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

#afd010 Text Font Color

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

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


#afd010 Background Color

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

This div background color is #afd010


#afd010 Border Color

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

This div border color is #afd010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd010


Comments

No comments written yet.

Please login to write comment.