Color Hex Logo

#adc540 Color Hex

#ADC540
(173,197,64)
0 Favorites   0 Comments

Color spaces of #adc540

RGB 17319764
HSL0.200.530.51
HSV71°68°77°
CMYK 0.120.000.68   0.23
XYZ38.125249.186912.3351
Yxy49.18690.38260.4936
Hunter Lab70.1334-25.699038.6654
CIE-Lab75.5675-25.940861.1012

#adc540 color RGB value is (173,197,64).

#adc540 hex color red value is 173, green value is 197 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #adc540 hue: 0.20 , saturation: 0.53 and the lightness value of adc540 is 0.51.

The process color (four color CMYK) of #adc540 color hex is 0.12, 0.00, 0.68, 0.23. Web safe color of #adc540 is #99cc33. Color #adc540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 01000000
Octal 255 305 100
Decimal 173 197 64
Hex AD C5 40

RGB Percentages of Color #adc540

%39.86
%45.39
%14.75

CMYK Percentages of Color #adc540

%12
%0
%68
%23

Triadic Colors of #adc540

#adc540 #40adc5 #c540ad

Analogous Colors of #adc540

#adc540 #6bc540 #c59b40

Monochromatic Colors of #adc540

#adc540

Complementary Color

#adc540 #5840c5

#adc540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc540 Color CSS Codes

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

#adc540 Text Font Color

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

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


#adc540 Background Color

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

This div background color is #adc540


#adc540 Border Color

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

This div border color is #adc540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc540


Comments

No comments written yet.

Please login to write comment.