Color Hex Logo

#01addd Color Hex

#01ADDD
(1,173,221)
0 Favorites   0 Comments

Color spaces of #01addd

RGB 1173221
HSL0.540.990.44
HSV193°100°87°
CMYK 1.000.220.00   0.13
XYZ28.007235.114173.7082
Yxy35.11410.20470.2566
Hunter Lab59.2572-19.3341-32.2691
CIE-Lab65.8374-20.0263-34.5108

#01addd color RGB value is (1,173,221).

#01addd hex color red value is 1, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #01addd hue: 0.54 , saturation: 0.99 and the lightness value of 01addd is 0.44.

The process color (four color CMYK) of #01addd color hex is 1.00, 0.22, 0.00, 0.13. Web safe color of #01addd is #0099cc. Color #01addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101101 11011101
Octal 1 255 335
Decimal 1 173 221
Hex 1 AD DD

RGB Percentages of Color #01addd

%0.25
%43.80
%55.95

CMYK Percentages of Color #01addd

%100
%22
%0
%13

Triadic Colors of #01addd

#01addd #dd01ad #addd01

Analogous Colors of #01addd

#01addd #013fdd #01dd9f

Monochromatic Colors of #01addd

#01addd

Complementary Color

#01addd #dd3101

#01addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01addd Color CSS Codes

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

#01addd Text Font Color

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

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


#01addd Background Color

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

This div background color is #01addd


#01addd Border Color

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

This div border color is #01addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01addd


Comments

No comments written yet.

Please login to write comment.