Color Hex Logo

#adc485 Color Hex

#ADC485
(173,196,133)
0 Favorites   0 Comments

Color spaces of #adc485

RGB 173196133
HSL0.230.350.65
HSV82°32°77°
CMYK 0.120.000.32   0.23
XYZ41.207150.057529.6805
Yxy50.05750.34070.4139
Hunter Lab70.7513-19.852624.6535
CIE-Lab76.1045-18.576129.1227

#adc485 color RGB value is (173,196,133).

#adc485 hex color red value is 173, green value is 196 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #adc485 hue: 0.23 , saturation: 0.35 and the lightness value of adc485 is 0.65.

The process color (four color CMYK) of #adc485 color hex is 0.12, 0.00, 0.32, 0.23. Web safe color of #adc485 is #99cc99. Color #adc485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10000101
Octal 255 304 205
Decimal 173 196 133
Hex AD C4 85

RGB Percentages of Color #adc485

%34.46
%39.04
%26.49

CMYK Percentages of Color #adc485

%12
%0
%32
%23

Triadic Colors of #adc485

#adc485 #85adc4 #c485ad

Analogous Colors of #adc485

#adc485 #8ec485 #c4bc85

Monochromatic Colors of #adc485

#adc485

Complementary Color

#adc485 #9c85c4

#adc485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc485 Color CSS Codes

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

#adc485 Text Font Color

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

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


#adc485 Background Color

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

This div background color is #adc485


#adc485 Border Color

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

This div border color is #adc485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc485


Comments

No comments written yet.

Please login to write comment.