Color Hex Logo

#adc061 Color Hex

#ADC061
(173,192,97)
0 Favorites   0 Comments

Color spaces of #adc061

RGB 17319297
HSL0.200.430.57
HSV72°49°75°
CMYK 0.100.000.49   0.25
XYZ38.240947.446618.4519
Yxy47.44660.36720.4556
Hunter Lab68.8815-21.444932.3345
CIE-Lab74.4745-20.857345.3137

#adc061 color RGB value is (173,192,97).

#adc061 hex color red value is 173, green value is 192 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #adc061 hue: 0.20 , saturation: 0.43 and the lightness value of adc061 is 0.57.

The process color (four color CMYK) of #adc061 color hex is 0.10, 0.00, 0.49, 0.25. Web safe color of #adc061 is #99cc66. Color #adc061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01100001
Octal 255 300 141
Decimal 173 192 97
Hex AD C0 61

RGB Percentages of Color #adc061

%37.45
%41.56
%21.00

CMYK Percentages of Color #adc061

%10
%0
%49
%25

Triadic Colors of #adc061

#adc061 #61adc0 #c061ad

Analogous Colors of #adc061

#adc061 #7ec061 #c0a461

Monochromatic Colors of #adc061

#adc061

Complementary Color

#adc061 #7461c0

#adc061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc061 Color CSS Codes

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

#adc061 Text Font Color

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

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


#adc061 Background Color

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

This div background color is #adc061


#adc061 Border Color

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

This div border color is #adc061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc061


Comments

No comments written yet.

Please login to write comment.