Color Hex Logo

#adcd13 Color Hex

#ADCD13
(173,205,19)
0 Favorites   0 Comments

Color spaces of #adcd13

RGB 17320519
HSL0.200.830.44
HSV70°91°80°
CMYK 0.160.000.91   0.20
XYZ39.182452.59398.7026
Yxy52.59390.39000.5234
Hunter Lab72.5217-30.471943.6504
CIE-Lab77.6346-31.473675.2881

#adcd13 color RGB value is (173,205,19).

#adcd13 hex color red value is 173, green value is 205 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #adcd13 hue: 0.20 , saturation: 0.83 and the lightness value of adcd13 is 0.44.

The process color (four color CMYK) of #adcd13 color hex is 0.16, 0.00, 0.91, 0.20. Web safe color of #adcd13 is #99cc00. Color #adcd13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 00010011
Octal 255 315 23
Decimal 173 205 19
Hex AD CD 13

RGB Percentages of Color #adcd13

%43.58
%51.64
%4.79

CMYK Percentages of Color #adcd13

%16
%0
%91
%20

Triadic Colors of #adcd13

#adcd13 #13adcd #cd13ad

Analogous Colors of #adcd13

#adcd13 #50cd13 #cd9013

Monochromatic Colors of #adcd13

#adcd13

Complementary Color

#adcd13 #3313cd

#adcd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd13 Color CSS Codes

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

#adcd13 Text Font Color

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

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


#adcd13 Background Color

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

This div background color is #adcd13


#adcd13 Border Color

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

This div border color is #adcd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd13


Comments

No comments written yet.

Please login to write comment.