Color Hex Logo

#adc423 Color Hex

#ADC423
(173,196,35)
0 Favorites   0 Comments

Color spaces of #adc423

RGB 17319635
HSL0.190.700.45
HSV69°82°77°
CMYK 0.120.000.82   0.23
XYZ37.276948.48548.9840
Yxy48.48540.39340.5117
Hunter Lab69.6315-26.295841.0923
CIE-Lab75.1301-26.810970.0512

#adc423 color RGB value is (173,196,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 00100011
Octal 255 304 43
Decimal 173 196 35
Hex AD C4 23

RGB Percentages of Color #adc423

%42.82
%48.51
%8.66

CMYK Percentages of Color #adc423

%12
%0
%82
%23

Triadic Colors of #adc423

#adc423 #23adc4 #c423ad

Analogous Colors of #adc423

#adc423 #5dc423 #c48b23

Monochromatic Colors of #adc423

#adc423

Complementary Color

#adc423 #3a23c4

#adc423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc423 Color CSS Codes

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

#adc423 Text Font Color

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

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


#adc423 Background Color

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

This div background color is #adc423


#adc423 Border Color

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

This div border color is #adc423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc423


Comments

No comments written yet.

Please login to write comment.