Color Hex Logo

#adc940 Color Hex

#ADC940
(173,201,64)
0 Favorites   0 Comments

Color spaces of #adc940

RGB 17320164
HSL0.200.560.52
HSV72°68°79°
CMYK 0.140.000.68   0.21
XYZ39.045651.027712.6419
Yxy51.02770.38010.4968
Hunter Lab71.4337-27.440939.5108
CIE-Lab76.6958-27.860562.2508

#adc940 color RGB value is (173,201,64).

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

The process color (four color CMYK) of #adc940 color hex is 0.14, 0.00, 0.68, 0.21. Web safe color of #adc940 is #99cc33. Color #adc940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01000000
Octal 255 311 100
Decimal 173 201 64
Hex AD C9 40

RGB Percentages of Color #adc940

%39.50
%45.89
%14.61

CMYK Percentages of Color #adc940

%14
%0
%68
%21

Triadic Colors of #adc940

#adc940 #40adc9 #c940ad

Analogous Colors of #adc940

#adc940 #69c940 #c9a140

Monochromatic Colors of #adc940

#adc940

Complementary Color

#adc940 #5c40c9

#adc940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc940 Color CSS Codes

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

#adc940 Text Font Color

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

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


#adc940 Background Color

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

This div background color is #adc940


#adc940 Border Color

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

This div border color is #adc940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc940


Comments

No comments written yet.

Please login to write comment.