Color Hex Logo

#adc104 Color Hex

#ADC104
(173,193,4)
0 Favorites   0 Comments

Color spaces of #adc104

RGB 1731934
HSL0.180.960.39
HSV66°98°76°
CMYK 0.100.000.98   0.24
XYZ36.325547.03297.2786
Yxy47.03290.40080.5189
Hunter Lab68.5805-25.468741.7138
CIE-Lab74.2108-25.989274.3664

#adc104 color RGB value is (173,193,4).

#adc104 hex color red value is 173, green value is 193 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #adc104 hue: 0.18 , saturation: 0.96 and the lightness value of adc104 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 00000100
Octal 255 301 4
Decimal 173 193 4
Hex AD C1 4

RGB Percentages of Color #adc104

%46.76
%52.16
%1.08

CMYK Percentages of Color #adc104

%10
%0
%98
%24

Triadic Colors of #adc104

#adc104 #04adc1 #c104ad

Analogous Colors of #adc104

#adc104 #4ec104 #c17704

Monochromatic Colors of #adc104

#adc104

Complementary Color

#adc104 #1804c1

#adc104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc104 Color CSS Codes

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

#adc104 Text Font Color

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

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


#adc104 Background Color

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

This div background color is #adc104


#adc104 Border Color

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

This div border color is #adc104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc104


Comments

No comments written yet.

Please login to write comment.