Color Hex Logo

#019dab Color Hex

#019DAB
(1,157,171)
0 Favorites   0 Comments

Color spaces of #019dab

RGB 1157171
HSL0.510.990.34
HSV185°99°67°
CMYK 0.990.080.00   0.33
XYZ19.420227.060742.7278
Yxy27.06070.21770.3033
Hunter Lab52.0199-24.3968-12.2853
CIE-Lab59.0305-28.9141-17.0615

#019dab color RGB value is (1,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011101 10101011
Octal 1 235 253
Decimal 1 157 171
Hex 1 9D AB

RGB Percentages of Color #019dab

%0.30
%47.72
%51.98

CMYK Percentages of Color #019dab

%99
%8
%0
%33

Triadic Colors of #019dab

#019dab #ab019d #9dab01

Analogous Colors of #019dab

#019dab #0148ab #01ab64

Monochromatic Colors of #019dab

#019dab

Complementary Color

#019dab #ab0f01

#019dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#019dab Color CSS Codes

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

#019dab Text Font Color

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

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


#019dab Background Color

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

This div background color is #019dab


#019dab Border Color

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

This div border color is #019dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019dab


Comments

No comments written yet.

Please login to write comment.