Color Hex Logo

#addc01 Color Hex

#ADDC01
(173,220,1)
0 Favorites   0 Comments

Color spaces of #addc01

RGB 1732201
HSL0.200.990.43
HSV73°100°86°
CMYK 0.210.001.00   0.14
XYZ42.832360.07289.3664
Yxy60.07280.38150.5351
Hunter Lab77.5066-36.992647.0897
CIE-Lab81.8777-38.549680.4669

#addc01 color RGB value is (173,220,1).

#addc01 hex color red value is 173, green value is 220 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #addc01 hue: 0.20 , saturation: 0.99 and the lightness value of addc01 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 00000001
Octal 255 334 1
Decimal 173 220 1
Hex AD DC 1

RGB Percentages of Color #addc01

%43.91
%55.84
%0.25

CMYK Percentages of Color #addc01

%21
%0
%100
%14

Triadic Colors of #addc01

#addc01 #01addc #dc01ad

Analogous Colors of #addc01

#addc01 #40dc01 #dc9e01

Monochromatic Colors of #addc01

#addc01

Complementary Color

#addc01 #3001dc

#addc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc01 Color CSS Codes

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

#addc01 Text Font Color

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

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


#addc01 Background Color

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

This div background color is #addc01


#addc01 Border Color

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

This div border color is #addc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc01


Comments

No comments written yet.

Please login to write comment.