Color Hex Logo

#adc110 Color Hex

#ADC110
(173,193,16)
0 Favorites   0 Comments

Color spaces of #adc110

RGB 17319316
HSL0.190.850.41
HSV67°92°76°
CMYK 0.100.000.92   0.24
XYZ36.397147.06167.6557
Yxy47.06160.39950.5165
Hunter Lab68.6015-25.347841.4044
CIE-Lab74.2292-25.830073.0198

#adc110 color RGB value is (173,193,16).

#adc110 hex color red value is 173, green value is 193 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #adc110 hue: 0.19 , saturation: 0.85 and the lightness value of adc110 is 0.41.

The process color (four color CMYK) of #adc110 color hex is 0.10, 0.00, 0.92, 0.24. Web safe color of #adc110 is #99cc00. Color #adc110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 00010000
Octal 255 301 20
Decimal 173 193 16
Hex AD C1 10

RGB Percentages of Color #adc110

%45.29
%50.52
%4.19

CMYK Percentages of Color #adc110

%10
%0
%92
%24

Triadic Colors of #adc110

#adc110 #10adc1 #c110ad

Analogous Colors of #adc110

#adc110 #55c110 #c17d10

Monochromatic Colors of #adc110

#adc110

Complementary Color

#adc110 #2410c1

#adc110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc110 Color CSS Codes

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

#adc110 Text Font Color

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

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


#adc110 Background Color

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

This div background color is #adc110


#adc110 Border Color

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

This div border color is #adc110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc110


Comments

No comments written yet.

Please login to write comment.