Color Hex Logo

#019cab Color Hex

#019CAB
(1,156,171)
0 Favorites   0 Comments

Color spaces of #019cab

RGB 1156171
HSL0.510.990.34
HSV185°99°67°
CMYK 0.990.090.00   0.33
XYZ19.251726.723742.6716
Yxy26.72370.21720.3015
Hunter Lab51.6950-23.9911-12.7544
CIE-Lab58.7177-28.4202-17.5366

#019cab color RGB value is (1,156,171).

#019cab hex color red value is 1, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #019cab hue: 0.51 , saturation: 0.99 and the lightness value of 019cab is 0.34.

The process color (four color CMYK) of #019cab color hex is 0.99, 0.09, 0.00, 0.33. Web safe color of #019cab is #009999. Color #019cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011100 10101011
Octal 1 234 253
Decimal 1 156 171
Hex 1 9C AB

RGB Percentages of Color #019cab

%0.30
%47.56
%52.13

CMYK Percentages of Color #019cab

%99
%9
%0
%33

Triadic Colors of #019cab

#019cab #ab019c #9cab01

Analogous Colors of #019cab

#019cab #0147ab #01ab65

Monochromatic Colors of #019cab

#019cab

Complementary Color

#019cab #ab1001

#019cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#019cab Color CSS Codes

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

#019cab Text Font Color

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

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


#019cab Background Color

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

This div background color is #019cab


#019cab Border Color

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

This div border color is #019cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019cab


Comments

No comments written yet.

Please login to write comment.