Color Hex Logo

#adc93d Color Hex

#ADC93D
(173,201,61)
0 Favorites   0 Comments

Color spaces of #adc93d

RGB 17320161
HSL0.200.560.51
HSV72°70°79°
CMYK 0.140.000.70   0.21
XYZ38.962550.994412.2042
Yxy50.99440.38140.4992
Hunter Lab71.4104-27.576039.8545
CIE-Lab76.6756-28.037463.3553

#adc93d color RGB value is (173,201,61).

#adc93d hex color red value is 173, green value is 201 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #adc93d hue: 0.20 , saturation: 0.56 and the lightness value of adc93d is 0.51.

The process color (four color CMYK) of #adc93d color hex is 0.14, 0.00, 0.70, 0.21. Web safe color of #adc93d is #99cc33. Color #adc93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 00111101
Octal 255 311 75
Decimal 173 201 61
Hex AD C9 3D

RGB Percentages of Color #adc93d

%39.77
%46.21
%14.02

CMYK Percentages of Color #adc93d

%14
%0
%70
%21

Triadic Colors of #adc93d

#adc93d #3dadc9 #c93dad

Analogous Colors of #adc93d

#adc93d #67c93d #c99f3d

Monochromatic Colors of #adc93d

#adc93d

Complementary Color

#adc93d #593dc9

#adc93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc93d Color CSS Codes

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

#adc93d Text Font Color

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

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


#adc93d Background Color

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

This div background color is #adc93d


#adc93d Border Color

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

This div border color is #adc93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc93d


Comments

No comments written yet.

Please login to write comment.