Color Hex Logo

#adc585 Color Hex

#ADC585
(173,197,133)
0 Favorites   0 Comments

Color spaces of #adc585

RGB 173197133
HSL0.230.360.65
HSV83°32°77°
CMYK 0.120.000.32   0.23
XYZ41.433550.510229.7560
Yxy50.51020.34050.4150
Hunter Lab71.0705-20.309524.9257
CIE-Lab76.3814-19.077529.4901

#adc585 color RGB value is (173,197,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 10000101
Octal 255 305 205
Decimal 173 197 133
Hex AD C5 85

RGB Percentages of Color #adc585

%34.39
%39.17
%26.44

CMYK Percentages of Color #adc585

%12
%0
%32
%23

Triadic Colors of #adc585

#adc585 #85adc5 #c585ad

Analogous Colors of #adc585

#adc585 #8dc585 #c5bd85

Monochromatic Colors of #adc585

#adc585

Complementary Color

#adc585 #9d85c5

#adc585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc585 Color CSS Codes

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

#adc585 Text Font Color

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

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


#adc585 Background Color

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

This div background color is #adc585


#adc585 Border Color

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

This div border color is #adc585


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,197,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 #adc585">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc585


Comments

No comments written yet.

Please login to write comment.