Color Hex Logo

#019bad Color Hex

#019BAD
(1,155,173)
0 Favorites   0 Comments

Color spaces of #019bad

RGB 1155173
HSL0.520.990.34
HSV186°99°68°
CMYK 0.990.100.00   0.32
XYZ19.276726.466343.6277
Yxy26.46630.21570.2961
Hunter Lab51.4454-23.1451-14.2684
CIE-Lab58.4770-27.2558-19.0365

#019bad color RGB value is (1,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011011 10101101
Octal 1 233 255
Decimal 1 155 173
Hex 1 9B AD

RGB Percentages of Color #019bad

%0.30
%47.11
%52.58

CMYK Percentages of Color #019bad

%99
%10
%0
%32

Triadic Colors of #019bad

#019bad #ad019b #9bad01

Analogous Colors of #019bad

#019bad #0145ad #01ad69

Monochromatic Colors of #019bad

#019bad

Complementary Color

#019bad #ad1301

#019bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#019bad Color CSS Codes

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

#019bad Text Font Color

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

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


#019bad Background Color

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

This div background color is #019bad


#019bad Border Color

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

This div border color is #019bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019bad


Comments

No comments written yet.

Please login to write comment.