color codes Logo

#addb01 color codes

#ADDB01
(173,219,1)
0 Favorites   0 Comments

Color spaces of #addb01

RGB 1732191
HSL0.200.990.43
HSV73°100°86°
CMYK 0.210.001.00   0.14
XYZ42.570659.54959.2792
Yxy59.54950.38210.5346
Hunter Lab77.1683-36.573446.8884
CIE-Lab81.5927-38.103380.2503

#addb01 color RGB value is (173,219,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 00000001
Octal 255 333 1
Decimal 173 219 1
Hex AD DB 1

RGB Percentages of Color #addb01

%44.02
%55.73
%0.25

CMYK Percentages of Color #addb01

%21
%0
%100
%14

Triadic Colors of #addb01

#addb01 #01addb #db01ad

Analogous Colors of #addb01

#addb01 #40db01 #db9c01

Monochromatic Colors of #addb01

#addb01

Complementary Color

#addb01 #2f01db

#addb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb01 Color CSS Codes

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

#addb01 Text Font Color

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

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


#addb01 Background Color

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

This div background color is #addb01


#addb01 Border Color

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

This div border color is #addb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb01


Comments

No comments written yet.

Please login to write comment.