Color Hex Logo

#adc190 Color Hex

#ADC190
(173,193,144)
0 Favorites   0 Comments

Color spaces of #adc190

RGB 173193144
HSL0.230.280.66
HSV84°25°76°
CMYK 0.100.000.25   0.24
XYZ41.337649.037833.6721
Yxy49.03780.33320.3953
Hunter Lab70.0270-17.177020.5096
CIE-Lab75.4748-15.462822.4665

#adc190 color RGB value is (173,193,144).

#adc190 hex color red value is 173, green value is 193 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #adc190 hue: 0.23 , saturation: 0.28 and the lightness value of adc190 is 0.66.

The process color (four color CMYK) of #adc190 color hex is 0.10, 0.00, 0.25, 0.24. Web safe color of #adc190 is #99cc99. Color #adc190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 10010000
Octal 255 301 220
Decimal 173 193 144
Hex AD C1 90

RGB Percentages of Color #adc190

%33.92
%37.84
%28.24

CMYK Percentages of Color #adc190

%10
%0
%25
%24

Triadic Colors of #adc190

#adc190 #90adc1 #c190ad

Analogous Colors of #adc190

#adc190 #95c190 #c1bd90

Monochromatic Colors of #adc190

#adc190

Complementary Color

#adc190 #a490c1

#adc190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc190 Color CSS Codes

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

#adc190 Text Font Color

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

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


#adc190 Background Color

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

This div background color is #adc190


#adc190 Border Color

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

This div border color is #adc190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc190

#adc190 Color Palettes


Comments

No comments written yet.

Please login to write comment.