Color Hex Logo

#adc047 Color Hex

#ADC047
(173,192,71)
0 Favorites   0 Comments

Color spaces of #adc047

RGB 17319271
HSL0.190.490.52
HSV69°63°75°
CMYK 0.100.000.63   0.25
XYZ37.220547.038413.0788
Yxy47.03840.38240.4832
Hunter Lab68.5845-23.151936.7028
CIE-Lab74.2143-23.048556.8612

#adc047 color RGB value is (173,192,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01000111
Octal 255 300 107
Decimal 173 192 71
Hex AD C0 47

RGB Percentages of Color #adc047

%39.68
%44.04
%16.28

CMYK Percentages of Color #adc047

%10
%0
%63
%25

Triadic Colors of #adc047

#adc047 #47adc0 #c047ad

Analogous Colors of #adc047

#adc047 #71c047 #c09747

Monochromatic Colors of #adc047

#adc047

Complementary Color

#adc047 #5a47c0

#adc047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc047 Color CSS Codes

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

#adc047 Text Font Color

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

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


#adc047 Background Color

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

This div background color is #adc047


#adc047 Border Color

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

This div border color is #adc047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc047


Comments

No comments written yet.

Please login to write comment.