Color Hex Logo

#adc672 Color Hex

#ADC672
(173,198,114)
0 Favorites   0 Comments

Color spaces of #adc672

RGB 173198114
HSL0.220.420.61
HSV78°42°78°
CMYK 0.130.000.42   0.22
XYZ40.464950.487323.5319
Yxy50.48730.35350.4410
Hunter Lab71.0544-22.691030.1023
CIE-Lab76.3674-21.994939.2317

#adc672 color RGB value is (173,198,114).

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

The process color (four color CMYK) of #adc672 color hex is 0.13, 0.00, 0.42, 0.22. Web safe color of #adc672 is #99cc66. Color #adc672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 01110010
Octal 255 306 162
Decimal 173 198 114
Hex AD C6 72

RGB Percentages of Color #adc672

%35.67
%40.82
%23.51

CMYK Percentages of Color #adc672

%13
%0
%42
%22

Triadic Colors of #adc672

#adc672 #72adc6 #c672ad

Analogous Colors of #adc672

#adc672 #83c672 #c6b572

Monochromatic Colors of #adc672

#adc672

Complementary Color

#adc672 #8b72c6

#adc672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc672 Color CSS Codes

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

#adc672 Text Font Color

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

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


#adc672 Background Color

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

This div background color is #adc672


#adc672 Border Color

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

This div border color is #adc672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc672


Comments

No comments written yet.

Please login to write comment.