Color Hex Logo

#afd110 Color Hex

#AFD110
(175,209,16)
0 Favorites   0 Comments

Color spaces of #afd110

RGB 17520916
HSL0.200.860.44
HSV71°92°82°
CMYK 0.160.000.92   0.18
XYZ40.573254.75238.9200
Yxy54.75230.38920.5252
Hunter Lab73.9948-31.614944.6490
CIE-Lab78.8984-32.569076.7555

#afd110 color RGB value is (175,209,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 00010000
Octal 257 321 20
Decimal 175 209 16
Hex AF D1 10

RGB Percentages of Color #afd110

%43.75
%52.25
%4.00

CMYK Percentages of Color #afd110

%16
%0
%92
%18

Triadic Colors of #afd110

#afd110 #10afd1 #d110af

Analogous Colors of #afd110

#afd110 #4fd110 #d19310

Monochromatic Colors of #afd110

#afd110

Complementary Color

#afd110 #3210d1

#afd110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd110 Color CSS Codes

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

#afd110 Text Font Color

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

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


#afd110 Background Color

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

This div background color is #afd110


#afd110 Border Color

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

This div border color is #afd110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd110


Comments

No comments written yet.

Please login to write comment.