Color Hex Logo

#adc018 Color Hex

#ADC018
(173,192,24)
0 Favorites   0 Comments

Color spaces of #adc018

RGB 17319224
HSL0.190.780.42
HSV67°88°75°
CMYK 0.100.000.88   0.25
XYZ36.248146.64957.9579
Yxy46.64950.39900.5134
Hunter Lab68.3004-24.793140.9022
CIE-Lab73.9650-25.187671.4922

#adc018 color RGB value is (173,192,24).

#adc018 hex color red value is 173, green value is 192 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #adc018 hue: 0.19 , saturation: 0.78 and the lightness value of adc018 is 0.42.

The process color (four color CMYK) of #adc018 color hex is 0.10, 0.00, 0.88, 0.25. Web safe color of #adc018 is #99cc00. Color #adc018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 00011000
Octal 255 300 30
Decimal 173 192 24
Hex AD C0 18

RGB Percentages of Color #adc018

%44.47
%49.36
%6.17

CMYK Percentages of Color #adc018

%10
%0
%88
%25

Triadic Colors of #adc018

#adc018 #18adc0 #c018ad

Analogous Colors of #adc018

#adc018 #59c018 #c07f18

Monochromatic Colors of #adc018

#adc018

Complementary Color

#adc018 #2b18c0

#adc018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc018 Color CSS Codes

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

#adc018 Text Font Color

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

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


#adc018 Background Color

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

This div background color is #adc018


#adc018 Border Color

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

This div border color is #adc018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc018


Comments

No comments written yet.

Please login to write comment.