Color Hex Logo

#017473 Color Hex

#017473
(1,116,115)
0 Favorites   0 Comments

Color spaces of #017473

RGB 1116115
HSL0.500.980.23
HSV179°99°45°
CMYK 0.990.000.01   0.55
XYZ9.352413.735018.3779
Yxy13.73500.22550.3312
Hunter Lab37.0608-19.8113-3.4585
CIE-Lab43.8505-27.1430-7.3383

#017473 color RGB value is (1,116,115).

#017473 hex color red value is 1, green value is 116 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #017473 hue: 0.50 , saturation: 0.98 and the lightness value of 017473 is 0.23.

The process color (four color CMYK) of #017473 color hex is 0.99, 0.00, 0.01, 0.55. Web safe color of #017473 is #006666. Color #017473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110100 01110011
Octal 1 164 163
Decimal 1 116 115
Hex 1 74 73

RGB Percentages of Color #017473

%0.43
%50.00
%49.57

CMYK Percentages of Color #017473

%99
%0
%1
%55

Triadic Colors of #017473

#017473 #730174 #747301

Analogous Colors of #017473

#017473 #013c74 #01743a

Monochromatic Colors of #017473

#017473

Complementary Color

#017473 #740102

#017473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017473 Color CSS Codes

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

#017473 Text Font Color

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

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


#017473 Background Color

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

This div background color is #017473


#017473 Border Color

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

This div border color is #017473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017473


Comments

No comments written yet.

Please login to write comment.