Color Hex Logo

#adc814 Color Hex

#ADC814
(173,200,20)
0 Favorites   0 Comments

Color spaces of #adc814

RGB 17320020
HSL0.190.820.43
HSV69°90°78°
CMYK 0.140.000.90   0.22
XYZ38.014150.24338.3562
Yxy50.24330.39350.5200
Hunter Lab70.8825-28.315342.6282
CIE-Lab76.2184-29.104974.0049

#adc814 color RGB value is (173,200,20).

#adc814 hex color red value is 173, green value is 200 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #adc814 hue: 0.19 , saturation: 0.82 and the lightness value of adc814 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 00010100
Octal 255 310 24
Decimal 173 200 20
Hex AD C8 14

RGB Percentages of Color #adc814

%44.02
%50.89
%5.09

CMYK Percentages of Color #adc814

%14
%0
%90
%22

Triadic Colors of #adc814

#adc814 #14adc8 #c814ad

Analogous Colors of #adc814

#adc814 #53c814 #c88914

Monochromatic Colors of #adc814

#adc814

Complementary Color

#adc814 #2f14c8

#adc814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc814 Color CSS Codes

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

#adc814 Text Font Color

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

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


#adc814 Background Color

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

This div background color is #adc814


#adc814 Border Color

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

This div border color is #adc814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc814


Comments

No comments written yet.

Please login to write comment.