Color Hex Logo

#adc440 Color Hex

#ADC440
(173,196,64)
0 Favorites   0 Comments

Color spaces of #adc440

RGB 17319664
HSL0.200.530.51
HSV70°67°77°
CMYK 0.120.000.67   0.23
XYZ37.898948.734312.2597
Yxy48.73430.38320.4928
Hunter Lab69.8100-25.262138.4547
CIE-Lab75.2857-25.457560.8130

#adc440 color RGB value is (173,196,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 01000000
Octal 255 304 100
Decimal 173 196 64
Hex AD C4 40

RGB Percentages of Color #adc440

%39.95
%45.27
%14.78

CMYK Percentages of Color #adc440

%12
%0
%67
%23

Triadic Colors of #adc440

#adc440 #40adc4 #c440ad

Analogous Colors of #adc440

#adc440 #6bc440 #c49940

Monochromatic Colors of #adc440

#adc440

Complementary Color

#adc440 #5740c4

#adc440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc440 Color CSS Codes

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

#adc440 Text Font Color

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

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


#adc440 Background Color

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

This div background color is #adc440


#adc440 Border Color

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

This div border color is #adc440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc440


Comments

No comments written yet.

Please login to write comment.