Color Hex Logo

#adc290 Color Hex

#ADC290
(173,194,144)
0 Favorites   0 Comments

Color spaces of #adc290

RGB 173194144
HSL0.240.290.66
HSV85°26°76°
CMYK 0.110.000.26   0.24
XYZ41.559449.481433.7460
Yxy49.48140.33300.3965
Hunter Lab70.3430-17.640620.7966
CIE-Lab75.7498-15.971822.8417

#adc290 color RGB value is (173,194,144).

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

The process color (four color CMYK) of #adc290 color hex is 0.11, 0.00, 0.26, 0.24. Web safe color of #adc290 is #99cc99. Color #adc290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 10010000
Octal 255 302 220
Decimal 173 194 144
Hex AD C2 90

RGB Percentages of Color #adc290

%33.86
%37.96
%28.18

CMYK Percentages of Color #adc290

%11
%0
%26
%24

Triadic Colors of #adc290

#adc290 #90adc2 #c290ad

Analogous Colors of #adc290

#adc290 #94c290 #c2be90

Monochromatic Colors of #adc290

#adc290

Complementary Color

#adc290 #a590c2

#adc290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc290 Color CSS Codes

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

#adc290 Text Font Color

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

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


#adc290 Background Color

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

This div background color is #adc290


#adc290 Border Color

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

This div border color is #adc290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc290


Comments

No comments written yet.

Please login to write comment.