Color Hex Logo

#019ead Color Hex

#019EAD
(1,158,173)
0 Favorites   0 Comments

Color spaces of #019ead

RGB 1158173
HSL0.510.990.34
HSV185°99°68°
CMYK 0.990.090.00   0.32
XYZ19.782227.477343.7962
Yxy27.47730.21730.3018
Hunter Lab52.4188-24.3692-12.8440
CIE-Lab59.4135-28.7467-17.6115

#019ead color RGB value is (1,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011110 10101101
Octal 1 236 255
Decimal 1 158 173
Hex 1 9E AD

RGB Percentages of Color #019ead

%0.30
%47.59
%52.11

CMYK Percentages of Color #019ead

%99
%9
%0
%32

Triadic Colors of #019ead

#019ead #ad019e #9ead01

Analogous Colors of #019ead

#019ead #0148ad #01ad66

Monochromatic Colors of #019ead

#019ead

Complementary Color

#019ead #ad1001

#019ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#019ead Color CSS Codes

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

#019ead Text Font Color

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

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


#019ead Background Color

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

This div background color is #019ead


#019ead Border Color

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

This div border color is #019ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019ead


Comments

No comments written yet.

Please login to write comment.