Color Hex Logo

#adc915 Color Hex

#ADC915
(173,201,21)
0 Favorites   0 Comments

Color spaces of #adc915

RGB 17320121
HSL0.190.810.44
HSV69°90°79°
CMYK 0.140.000.90   0.21
XYZ38.255650.71178.4815
Yxy50.71170.39260.5204
Hunter Lab71.2121-28.730042.7870
CIE-Lab76.5040-29.557974.0747

#adc915 color RGB value is (173,201,21).

#adc915 hex color red value is 173, green value is 201 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #adc915 hue: 0.19 , saturation: 0.81 and the lightness value of adc915 is 0.44.

The process color (four color CMYK) of #adc915 color hex is 0.14, 0.00, 0.90, 0.21. Web safe color of #adc915 is #99cc00. Color #adc915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 00010101
Octal 255 311 25
Decimal 173 201 21
Hex AD C9 15

RGB Percentages of Color #adc915

%43.80
%50.89
%5.32

CMYK Percentages of Color #adc915

%14
%0
%90
%21

Triadic Colors of #adc915

#adc915 #15adc9 #c915ad

Analogous Colors of #adc915

#adc915 #53c915 #c98b15

Monochromatic Colors of #adc915

#adc915

Complementary Color

#adc915 #3115c9

#adc915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc915 Color CSS Codes

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

#adc915 Text Font Color

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

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


#adc915 Background Color

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

This div background color is #adc915


#adc915 Border Color

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

This div border color is #adc915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc915


Comments

No comments written yet.

Please login to write comment.