Color Hex Logo

#adc970 Color Hex

#ADC970
(173,201,112)
0 Favorites   0 Comments

Color spaces of #adc970

RGB 173201112
HSL0.220.450.61
HSV79°44°79°
CMYK 0.140.000.44   0.21
XYZ41.044951.827423.1696
Yxy51.82740.35370.4466
Hunter Lab71.9912-24.215231.3120
CIE-Lab77.1775-23.698241.2476

#adc970 color RGB value is (173,201,112).

#adc970 hex color red value is 173, green value is 201 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #adc970 hue: 0.22 , saturation: 0.45 and the lightness value of adc970 is 0.61.

The process color (four color CMYK) of #adc970 color hex is 0.14, 0.00, 0.44, 0.21. Web safe color of #adc970 is #99cc66. Color #adc970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01110000
Octal 255 311 160
Decimal 173 201 112
Hex AD C9 70

RGB Percentages of Color #adc970

%35.60
%41.36
%23.05

CMYK Percentages of Color #adc970

%14
%0
%44
%21

Triadic Colors of #adc970

#adc970 #70adc9 #c970ad

Analogous Colors of #adc970

#adc970 #81c970 #c9b970

Monochromatic Colors of #adc970

#adc970

Complementary Color

#adc970 #8c70c9

#adc970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc970 Color CSS Codes

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

#adc970 Text Font Color

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

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


#adc970 Background Color

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

This div background color is #adc970


#adc970 Border Color

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

This div border color is #adc970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc970


Comments

No comments written yet.

Please login to write comment.