Color Hex Logo

#adc006 Color Hex

#ADC006
(173,192,6)
0 Favorites   0 Comments

Color spaces of #adc006

RGB 1731926
HSL0.180.940.39
HSV66°97°75°
CMYK 0.100.000.97   0.25
XYZ36.116146.59677.2628
Yxy46.59670.40140.5179
Hunter Lab68.2618-25.016941.4750
CIE-Lab73.9311-25.481973.9429

#adc006 color RGB value is (173,192,6).

#adc006 hex color red value is 173, green value is 192 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #adc006 hue: 0.18 , saturation: 0.94 and the lightness value of adc006 is 0.39.

The process color (four color CMYK) of #adc006 color hex is 0.10, 0.00, 0.97, 0.25. Web safe color of #adc006 is #99cc00. Color #adc006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 00000110
Octal 255 300 6
Decimal 173 192 6
Hex AD C0 6

RGB Percentages of Color #adc006

%46.63
%51.75
%1.62

CMYK Percentages of Color #adc006

%10
%0
%97
%25

Triadic Colors of #adc006

#adc006 #06adc0 #c006ad

Analogous Colors of #adc006

#adc006 #50c006 #c07606

Monochromatic Colors of #adc006

#adc006

Complementary Color

#adc006 #1906c0

#adc006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc006 Color CSS Codes

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

#adc006 Text Font Color

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

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


#adc006 Background Color

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

This div background color is #adc006


#adc006 Border Color

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

This div border color is #adc006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc006


Comments

No comments written yet.

Please login to write comment.