Color Hex Logo

#adc974 Color Hex

#ADC974
(173,201,116)
0 Favorites   0 Comments

Color spaces of #adc974

RGB 173201116
HSL0.220.440.62
HSV80°42°79°
CMYK 0.140.000.42   0.21
XYZ41.272651.918524.3690
Yxy51.91850.35110.4416
Hunter Lab72.0545-23.851130.3861
CIE-Lab77.2321-23.235839.3159

#adc974 color RGB value is (173,201,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01110100
Octal 255 311 164
Decimal 173 201 116
Hex AD C9 74

RGB Percentages of Color #adc974

%35.31
%41.02
%23.67

CMYK Percentages of Color #adc974

%14
%0
%42
%21

Triadic Colors of #adc974

#adc974 #74adc9 #c974ad

Analogous Colors of #adc974

#adc974 #83c974 #c9bb74

Monochromatic Colors of #adc974

#adc974

Complementary Color

#adc974 #9074c9

#adc974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc974 Color CSS Codes

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

#adc974 Text Font Color

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

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


#adc974 Background Color

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

This div background color is #adc974


#adc974 Border Color

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

This div border color is #adc974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc974


Comments

No comments written yet.

Please login to write comment.