Color Hex Logo

#adc365 Color Hex

#ADC365
(173,195,101)
0 Favorites   0 Comments

Color spaces of #adc365

RGB 173195101
HSL0.210.440.58
HSV74°48°76°
CMYK 0.110.000.48   0.24
XYZ39.097748.854019.6810
Yxy48.85400.36330.4539
Hunter Lab69.8956-22.469432.2322
CIE-Lab75.3604-21.939344.4362

#adc365 color RGB value is (173,195,101).

#adc365 hex color red value is 173, green value is 195 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #adc365 hue: 0.21 , saturation: 0.44 and the lightness value of adc365 is 0.58.

The process color (four color CMYK) of #adc365 color hex is 0.11, 0.00, 0.48, 0.24. Web safe color of #adc365 is #99cc66. Color #adc365 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 01100101
Octal 255 303 145
Decimal 173 195 101
Hex AD C3 65

RGB Percentages of Color #adc365

%36.89
%41.58
%21.54

CMYK Percentages of Color #adc365

%11
%0
%48
%24

Triadic Colors of #adc365

#adc365 #65adc3 #c365ad

Analogous Colors of #adc365

#adc365 #7ec365 #c3aa65

Monochromatic Colors of #adc365

#adc365

Complementary Color

#adc365 #7b65c3

#adc365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc365 Color CSS Codes

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

#adc365 Text Font Color

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

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


#adc365 Background Color

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

This div background color is #adc365


#adc365 Border Color

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

This div border color is #adc365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc365


Comments

No comments written yet.

Please login to write comment.