Color Hex Logo

#adc162 Color Hex

#ADC162
(173,193,98)
0 Favorites   0 Comments

Color spaces of #adc162

RGB 17319398
HSL0.200.430.57
HSV73°49°76°
CMYK 0.100.000.49   0.24
XYZ38.508147.906018.7725
Yxy47.90600.36610.4554
Hunter Lab69.2142-21.814232.3691
CIE-Lab74.7656-21.254245.1782

#adc162 color RGB value is (173,193,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 01100010
Octal 255 301 142
Decimal 173 193 98
Hex AD C1 62

RGB Percentages of Color #adc162

%37.28
%41.59
%21.12

CMYK Percentages of Color #adc162

%10
%0
%49
%24

Triadic Colors of #adc162

#adc162 #62adc1 #c162ad

Analogous Colors of #adc162

#adc162 #7ec162 #c1a662

Monochromatic Colors of #adc162

#adc162

Complementary Color

#adc162 #7662c1

#adc162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc162 Color CSS Codes

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

#adc162 Text Font Color

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

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


#adc162 Background Color

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

This div background color is #adc162


#adc162 Border Color

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

This div border color is #adc162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc162


Comments

No comments written yet.

Please login to write comment.