Color Hex Logo

#019add Color Hex

#019ADD
(1,154,221)
0 Favorites   0 Comments

Color spaces of #019add

RGB 1154221
HSL0.550.990.44
HSV198°100°87°
CMYK 1.000.300.00   0.13
XYZ24.619328.338172.5788
Yxy28.33810.19610.2257
Hunter Lab53.2335-10.6065-43.5727
CIE-Lab60.1930-9.6932-43.3410

#019add color RGB value is (1,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011010 11011101
Octal 1 232 335
Decimal 1 154 221
Hex 1 9A DD

RGB Percentages of Color #019add

%0.27
%40.96
%58.78

CMYK Percentages of Color #019add

%100
%30
%0
%13

Triadic Colors of #019add

#019add #dd019a #9add01

Analogous Colors of #019add

#019add #012cdd #01ddb2

Monochromatic Colors of #019add

#019add

Complementary Color

#019add #dd4401

#019add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019add Color Preview on White Background

Lorem ipsum dolor sit amet.

#019add Color CSS Codes

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

#019add Text Font Color

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

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


#019add Background Color

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

This div background color is #019add


#019add Border Color

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

This div border color is #019add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,154,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 #019add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019add


Comments

No comments written yet.

Please login to write comment.