Color Hex Logo

#adc471 Color Hex

#ADC471
(173,196,113)
0 Favorites   0 Comments

Color spaces of #adc471

RGB 173196113
HSL0.210.410.61
HSV77°42°77°
CMYK 0.120.000.42   0.23
XYZ39.954149.556323.0823
Yxy49.55630.35490.4401
Hunter Lab70.3962-21.883929.8367
CIE-Lab75.7961-21.121939.0161

#adc471 color RGB value is (173,196,113).

#adc471 hex color red value is 173, green value is 196 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #adc471 hue: 0.21 , saturation: 0.41 and the lightness value of adc471 is 0.61.

The process color (four color CMYK) of #adc471 color hex is 0.12, 0.00, 0.42, 0.23. Web safe color of #adc471 is #99cc66. Color #adc471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 01110001
Octal 255 304 161
Decimal 173 196 113
Hex AD C4 71

RGB Percentages of Color #adc471

%35.89
%40.66
%23.44

CMYK Percentages of Color #adc471

%12
%0
%42
%23

Triadic Colors of #adc471

#adc471 #71adc4 #c471ad

Analogous Colors of #adc471

#adc471 #84c471 #c4b271

Monochromatic Colors of #adc471

#adc471

Complementary Color

#adc471 #8871c4

#adc471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc471 Color CSS Codes

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

#adc471 Text Font Color

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

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


#adc471 Background Color

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

This div background color is #adc471


#adc471 Border Color

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

This div border color is #adc471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc471


Comments

No comments written yet.

Please login to write comment.