Color Hex Logo

#adc269 Color Hex

#ADC269
(173,194,105)
0 Favorites   0 Comments

Color spaces of #adc269

RGB 173194105
HSL0.210.420.59
HSV74°46°76°
CMYK 0.110.000.46   0.24
XYZ39.075248.487720.6642
Yxy48.48770.36100.4480
Hunter Lab69.6331-21.691231.1484
CIE-Lab75.1315-21.024042.1890

#adc269 color RGB value is (173,194,105).

#adc269 hex color red value is 173, green value is 194 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #adc269 hue: 0.21 , saturation: 0.42 and the lightness value of adc269 is 0.59.

The process color (four color CMYK) of #adc269 color hex is 0.11, 0.00, 0.46, 0.24. Web safe color of #adc269 is #99cc66. Color #adc269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 01101001
Octal 255 302 151
Decimal 173 194 105
Hex AD C2 69

RGB Percentages of Color #adc269

%36.65
%41.10
%22.25

CMYK Percentages of Color #adc269

%11
%0
%46
%24

Triadic Colors of #adc269

#adc269 #69adc2 #c269ad

Analogous Colors of #adc269

#adc269 #81c269 #c2ab69

Monochromatic Colors of #adc269

#adc269

Complementary Color

#adc269 #7e69c2

#adc269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc269 Color CSS Codes

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

#adc269 Text Font Color

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

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


#adc269 Background Color

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

This div background color is #adc269


#adc269 Border Color

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

This div border color is #adc269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc269

#adc269 Color Palettes


Comments

No comments written yet.

Please login to write comment.