Color Hex Logo

#017365 Color Hex

#017365
(1,115,101)
0 Favorites   0 Comments

Color spaces of #017365

RGB 1115101
HSL0.480.980.23
HSV173°99°45°
CMYK 0.990.000.12   0.55
XYZ8.492213.207514.4136
Yxy13.20750.23520.3657
Hunter Lab36.3421-21.88801.9246
CIE-Lab43.0742-31.1031-0.0776

#017365 color RGB value is (1,115,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110011 01100101
Octal 1 163 145
Decimal 1 115 101
Hex 1 73 65

RGB Percentages of Color #017365

%0.46
%53.00
%46.54

CMYK Percentages of Color #017365

%99
%0
%12
%55

Triadic Colors of #017365

#017365 #650173 #736501

Analogous Colors of #017365

#017365 #014873 #01732c

Monochromatic Colors of #017365

#017365

Complementary Color

#017365 #73010f

#017365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017365 Color CSS Codes

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

#017365 Text Font Color

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

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


#017365 Background Color

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

This div background color is #017365


#017365 Border Color

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

This div border color is #017365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017365


Comments

No comments written yet.

Please login to write comment.