Color Hex Logo

#adc463 Color Hex

#ADC463
(173,196,99)
0 Favorites   0 Comments

Color spaces of #adc463

RGB 17319699
HSL0.210.450.58
HSV74°49°77°
CMYK 0.120.000.49   0.23
XYZ39.225649.264919.2461
Yxy49.26490.36410.4573
Hunter Lab70.1890-23.074732.8747
CIE-Lab75.6158-22.635245.7158

#adc463 color RGB value is (173,196,99).

#adc463 hex color red value is 173, green value is 196 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #adc463 hue: 0.21 , saturation: 0.45 and the lightness value of adc463 is 0.58.

The process color (four color CMYK) of #adc463 color hex is 0.12, 0.00, 0.49, 0.23. Web safe color of #adc463 is #99cc66. Color #adc463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 01100011
Octal 255 304 143
Decimal 173 196 99
Hex AD C4 63

RGB Percentages of Color #adc463

%36.97
%41.88
%21.15

CMYK Percentages of Color #adc463

%12
%0
%49
%23

Triadic Colors of #adc463

#adc463 #63adc4 #c463ad

Analogous Colors of #adc463

#adc463 #7dc463 #c4ab63

Monochromatic Colors of #adc463

#adc463

Complementary Color

#adc463 #7a63c4

#adc463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc463 Color CSS Codes

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

#adc463 Text Font Color

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

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


#adc463 Background Color

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

This div background color is #adc463


#adc463 Border Color

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

This div border color is #adc463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc463


Comments

No comments written yet.

Please login to write comment.