Color Hex Logo

#019daa Color Hex

#019DAA
(1,157,170)
0 Favorites   0 Comments

Color spaces of #019daa

RGB 1157170
HSL0.510.990.34
HSV185°99°67°
CMYK 0.990.080.00   0.33
XYZ19.325227.022742.2276
Yxy27.02270.21820.3051
Hunter Lab51.9834-24.6122-11.7746
CIE-Lab58.9953-29.2436-16.5485

#019daa color RGB value is (1,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011101 10101010
Octal 1 235 252
Decimal 1 157 170
Hex 1 9D AA

RGB Percentages of Color #019daa

%0.30
%47.87
%51.83

CMYK Percentages of Color #019daa

%99
%8
%0
%33

Triadic Colors of #019daa

#019daa #aa019d #9daa01

Analogous Colors of #019daa

#019daa #0149aa #01aa62

Monochromatic Colors of #019daa

#019daa

Complementary Color

#019daa #aa0e01

#019daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#019daa Color CSS Codes

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

#019daa Text Font Color

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

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


#019daa Background Color

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

This div background color is #019daa


#019daa Border Color

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

This div border color is #019daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019daa


Comments

No comments written yet.

Please login to write comment.