Color Hex Logo

#adc042 Color Hex

#ADC042
(173,192,66)
0 Favorites   0 Comments

Color spaces of #adc042

RGB 17319266
HSL0.190.500.51
HSV69°66°75°
CMYK 0.100.000.66   0.25
XYZ37.066646.976912.2681
Yxy46.97690.38490.4878
Hunter Lab68.5397-23.410837.3653
CIE-Lab74.1750-23.383858.8759

#adc042 color RGB value is (173,192,66).

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

The process color (four color CMYK) of #adc042 color hex is 0.10, 0.00, 0.66, 0.25. Web safe color of #adc042 is #99cc33. Color #adc042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01000010
Octal 255 300 102
Decimal 173 192 66
Hex AD C0 42

RGB Percentages of Color #adc042

%40.14
%44.55
%15.31

CMYK Percentages of Color #adc042

%10
%0
%66
%25

Triadic Colors of #adc042

#adc042 #42adc0 #c042ad

Analogous Colors of #adc042

#adc042 #6ec042 #c09442

Monochromatic Colors of #adc042

#adc042

Complementary Color

#adc042 #5542c0

#adc042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc042 Color CSS Codes

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

#adc042 Text Font Color

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

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


#adc042 Background Color

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

This div background color is #adc042


#adc042 Border Color

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

This div border color is #adc042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc042


Comments

No comments written yet.

Please login to write comment.