Color Hex Logo

#adc165 Color Hex

#ADC165
(173,193,101)
0 Favorites   0 Comments

Color spaces of #adc165

RGB 173193101
HSL0.200.430.58
HSV73°48°76°
CMYK 0.100.000.48   0.24
XYZ38.652547.963819.5326
Yxy47.96380.36410.4519
Hunter Lab69.2559-21.575031.7573
CIE-Lab74.8021-20.949643.7586

#adc165 color RGB value is (173,193,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 01100101
Octal 255 301 145
Decimal 173 193 101
Hex AD C1 65

RGB Percentages of Color #adc165

%37.04
%41.33
%21.63

CMYK Percentages of Color #adc165

%10
%0
%48
%24

Triadic Colors of #adc165

#adc165 #65adc1 #c165ad

Analogous Colors of #adc165

#adc165 #7fc165 #c1a765

Monochromatic Colors of #adc165

#adc165

Complementary Color

#adc165 #7965c1

#adc165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc165 Color CSS Codes

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

#adc165 Text Font Color

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

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


#adc165 Background Color

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

This div background color is #adc165


#adc165 Border Color

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

This div border color is #adc165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc165


Comments

No comments written yet.

Please login to write comment.