Color Hex Logo

#017e99 Color Hex

#017E99
(1,126,153)
0 Favorites   0 Comments

Color spaces of #017e99

RGB 1126153
HSL0.530.990.30
HSV191°99°60°
CMYK 0.990.180.00   0.40
XYZ13.223117.228132.7654
Yxy17.22810.20920.2725
Hunter Lab41.5067-15.7708-17.7488
CIE-Lab48.5462-19.1356-22.7373

#017e99 color RGB value is (1,126,153).

#017e99 hex color red value is 1, green value is 126 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #017e99 hue: 0.53 , saturation: 0.99 and the lightness value of 017e99 is 0.30.

The process color (four color CMYK) of #017e99 color hex is 0.99, 0.18, 0.00, 0.40. Web safe color of #017e99 is #006699. Color #017e99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111110 10011001
Octal 1 176 231
Decimal 1 126 153
Hex 1 7E 99

RGB Percentages of Color #017e99

%0.36
%45.00
%54.64

CMYK Percentages of Color #017e99

%99
%18
%0
%40

Triadic Colors of #017e99

#017e99 #99017e #7e9901

Analogous Colors of #017e99

#017e99 #013299 #019968

Monochromatic Colors of #017e99

#017e99

Complementary Color

#017e99 #991c01

#017e99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017e99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017e99 Color CSS Codes

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

#017e99 Text Font Color

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

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


#017e99 Background Color

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

This div background color is #017e99


#017e99 Border Color

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

This div border color is #017e99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,126,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017e99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017e99;
  -webkit-box-shadow: 1px 1px 3px 2px #017e99;
  box-shadow:         1px 1px 3px 2px #017e99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017e99


Comments

No comments written yet.

Please login to write comment.