Color Hex Logo

#adc140 Color Hex

#ADC140
(173,193,64)
0 Favorites   0 Comments

Color spaces of #adc140

RGB 17319364
HSL0.190.510.50
HSV69°67°76°
CMYK 0.100.000.67   0.24
XYZ37.229047.394312.0363
Yxy47.39430.38520.4903
Hunter Lab68.8435-23.947437.8245
CIE-Lab74.4413-23.998959.9473

#adc140 color RGB value is (173,193,64).

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

The process color (four color CMYK) of #adc140 color hex is 0.10, 0.00, 0.67, 0.24. Web safe color of #adc140 is #99cc33. Color #adc140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 01000000
Octal 255 301 100
Decimal 173 193 64
Hex AD C1 40

RGB Percentages of Color #adc140

%40.23
%44.88
%14.88

CMYK Percentages of Color #adc140

%10
%0
%67
%24

Triadic Colors of #adc140

#adc140 #40adc1 #c140ad

Analogous Colors of #adc140

#adc140 #6dc140 #c19540

Monochromatic Colors of #adc140

#adc140

Complementary Color

#adc140 #5440c1

#adc140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc140 Color CSS Codes

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

#adc140 Text Font Color

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

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


#adc140 Background Color

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

This div background color is #adc140


#adc140 Border Color

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

This div border color is #adc140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc140


Comments

No comments written yet.

Please login to write comment.