Color Hex Logo

#adc206 Color Hex

#ADC206
(173,194,6)
0 Favorites   0 Comments

Color spaces of #adc206

RGB 1731946
HSL0.190.940.39
HSV67°97°76°
CMYK 0.110.000.97   0.24
XYZ36.558247.48107.4102
Yxy47.48100.39980.5192
Hunter Lab68.9065-25.883441.8585
CIE-Lab74.4964-26.447074.3725

#adc206 color RGB value is (173,194,6).

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

The process color (four color CMYK) of #adc206 color hex is 0.11, 0.00, 0.97, 0.24. Web safe color of #adc206 is #99cc00. Color #adc206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 00000110
Octal 255 302 6
Decimal 173 194 6
Hex AD C2 6

RGB Percentages of Color #adc206

%46.38
%52.01
%1.61

CMYK Percentages of Color #adc206

%11
%0
%97
%24

Triadic Colors of #adc206

#adc206 #06adc2 #c206ad

Analogous Colors of #adc206

#adc206 #4fc206 #c27906

Monochromatic Colors of #adc206

#adc206

Complementary Color

#adc206 #1b06c2

#adc206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc206 Color CSS Codes

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

#adc206 Text Font Color

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

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


#adc206 Background Color

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

This div background color is #adc206


#adc206 Border Color

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

This div border color is #adc206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc206


Comments

No comments written yet.

Please login to write comment.