Color Hex Logo

#adc13d Color Hex

#ADC13D
(173,193,61)
0 Favorites   0 Comments

Color spaces of #adc13d

RGB 17319361
HSL0.190.520.50
HSV69°68°76°
CMYK 0.100.000.68   0.24
XYZ37.145847.361111.5987
Yxy47.36110.38650.4928
Hunter Lab68.8194-24.087238.1809
CIE-Lab74.4202-24.180661.0885

#adc13d color RGB value is (173,193,61).

#adc13d hex color red value is 173, green value is 193 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #adc13d hue: 0.19 , saturation: 0.52 and the lightness value of adc13d is 0.50.

The process color (four color CMYK) of #adc13d color hex is 0.10, 0.00, 0.68, 0.24. Web safe color of #adc13d is #99cc33. Color #adc13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 00111101
Octal 255 301 75
Decimal 173 193 61
Hex AD C1 3D

RGB Percentages of Color #adc13d

%40.52
%45.20
%14.29

CMYK Percentages of Color #adc13d

%10
%0
%68
%24

Triadic Colors of #adc13d

#adc13d #3dadc1 #c13dad

Analogous Colors of #adc13d

#adc13d #6bc13d #c1933d

Monochromatic Colors of #adc13d

#adc13d

Complementary Color

#adc13d #513dc1

#adc13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc13d Color CSS Codes

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

#adc13d Text Font Color

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

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


#adc13d Background Color

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

This div background color is #adc13d


#adc13d Border Color

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

This div border color is #adc13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc13d


Comments

No comments written yet.

Please login to write comment.