Color Hex Logo

#adc523 Color Hex

#ADC523
(173,197,35)
0 Favorites   0 Comments

Color spaces of #adc523

RGB 17319735
HSL0.190.700.45
HSV69°82°77°
CMYK 0.120.000.82   0.23
XYZ37.503248.93819.0595
Yxy48.93810.39270.5124
Hunter Lab69.9558-26.729041.2908
CIE-Lab75.4128-27.290570.2955

#adc523 color RGB value is (173,197,35).

#adc523 hex color red value is 173, green value is 197 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #adc523 hue: 0.19 , saturation: 0.70 and the lightness value of adc523 is 0.45.

The process color (four color CMYK) of #adc523 color hex is 0.12, 0.00, 0.82, 0.23. Web safe color of #adc523 is #99cc33. Color #adc523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 00100011
Octal 255 305 43
Decimal 173 197 35
Hex AD C5 23

RGB Percentages of Color #adc523

%42.72
%48.64
%8.64

CMYK Percentages of Color #adc523

%12
%0
%82
%23

Triadic Colors of #adc523

#adc523 #23adc5 #c523ad

Analogous Colors of #adc523

#adc523 #5cc523 #c58c23

Monochromatic Colors of #adc523

#adc523

Complementary Color

#adc523 #3b23c5

#adc523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc523 Color CSS Codes

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

#adc523 Text Font Color

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

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


#adc523 Background Color

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

This div background color is #adc523


#adc523 Border Color

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

This div border color is #adc523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc523


Comments

No comments written yet.

Please login to write comment.