Color Hex Logo

#017693 Color Hex

#017693
(1,118,147)
0 Favorites   0 Comments

Color spaces of #017693

RGB 1118147
HSL0.530.990.29
HSV192°99°58°
CMYK 0.990.200.00   0.42
XYZ11.757415.069929.8929
Yxy15.06990.20730.2657
Hunter Lab38.8200-13.8727-18.4816
CIE-Lab45.7298-16.9457-23.5562

#017693 color RGB value is (1,118,147).

#017693 hex color red value is 1, green value is 118 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #017693 hue: 0.53 , saturation: 0.99 and the lightness value of 017693 is 0.29.

The process color (four color CMYK) of #017693 color hex is 0.99, 0.20, 0.00, 0.42. Web safe color of #017693 is #006699. Color #017693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110110 10010011
Octal 1 166 223
Decimal 1 118 147
Hex 1 76 93

RGB Percentages of Color #017693

%0.38
%44.36
%55.26

CMYK Percentages of Color #017693

%99
%20
%0
%42

Triadic Colors of #017693

#017693 #930176 #769301

Analogous Colors of #017693

#017693 #012d93 #019367

Monochromatic Colors of #017693

#017693

Complementary Color

#017693 #931e01

#017693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017693 Color CSS Codes

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

#017693 Text Font Color

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

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


#017693 Background Color

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

This div background color is #017693


#017693 Border Color

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

This div border color is #017693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,118,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017693;
  -webkit-box-shadow: 1px 1px 3px 2px #017693;
  box-shadow:         1px 1px 3px 2px #017693; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017693


Comments

No comments written yet.

Please login to write comment.