Color Hex Logo

#019abd Color Hex

#019ABD
(1,154,189)
0 Favorites   0 Comments

Color spaces of #019abd

RGB 1154189
HSL0.530.990.37
HSV191°99°74°
CMYK 0.990.190.00   0.26
XYZ20.753426.791852.2216
Yxy26.79180.20800.2685
Hunter Lab51.7608-19.0121-23.5853
CIE-Lab58.7811-21.2489-27.6195

#019abd color RGB value is (1,154,189).

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

The process color (four color CMYK) of #019abd color hex is 0.99, 0.19, 0.00, 0.26. Web safe color of #019abd is #0099cc. Color #019abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011010 10111101
Octal 1 232 275
Decimal 1 154 189
Hex 1 9A BD

RGB Percentages of Color #019abd

%0.29
%44.77
%54.94

CMYK Percentages of Color #019abd

%99
%19
%0
%26

Triadic Colors of #019abd

#019abd #bd019a #9abd01

Analogous Colors of #019abd

#019abd #013cbd #01bd82

Monochromatic Colors of #019abd

#019abd

Complementary Color

#019abd #bd2401

#019abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#019abd Color CSS Codes

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

#019abd Text Font Color

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

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


#019abd Background Color

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

This div background color is #019abd


#019abd Border Color

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

This div border color is #019abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019abd


Comments

No comments written yet.

Please login to write comment.