Color Hex Logo

#adfc11 Color Hex

#ADFC11
(173,252,17)
0 Favorites   0 Comments

Color spaces of #adfc11

RGB 17325217
HSL0.220.980.53
HSV80°93°99°
CMYK 0.310.000.93   0.01
XYZ52.145278.545512.9428
Yxy78.54550.36300.5468
Hunter Lab88.6259-50.070553.3795
CIE-Lab91.0283-52.009686.1939

#adfc11 color RGB value is (173,252,17).

#adfc11 hex color red value is 173, green value is 252 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #adfc11 hue: 0.22 , saturation: 0.98 and the lightness value of adfc11 is 0.53.

The process color (four color CMYK) of #adfc11 color hex is 0.31, 0.00, 0.93, 0.01. Web safe color of #adfc11 is #99ff00. Color #adfc11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00010001
Octal 255 374 21
Decimal 173 252 17
Hex AD FC 11

RGB Percentages of Color #adfc11

%39.14
%57.01
%3.85

CMYK Percentages of Color #adfc11

%31
%0
%93
%1

Triadic Colors of #adfc11

#adfc11 #11adfc #fc11ad

Analogous Colors of #adfc11

#adfc11 #37fc11 #fcd611

Monochromatic Colors of #adfc11

#adfc11

Complementary Color

#adfc11 #6011fc

#adfc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc11 Color CSS Codes

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

#adfc11 Text Font Color

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

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


#adfc11 Background Color

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

This div background color is #adfc11


#adfc11 Border Color

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

This div border color is #adfc11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,252,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adfc11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adfc11;
  -webkit-box-shadow: 1px 1px 3px 2px #adfc11;
  box-shadow:         1px 1px 3px 2px #adfc11; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc11


Comments

No comments written yet.

Please login to write comment.