Color Hex Logo

#017555 Color Hex

#017555
(1,117,85)
0 Favorites   0 Comments

Color spaces of #017555

RGB 111785
HSL0.450.980.23
HSV163°99°46°
CMYK 0.990.000.27   0.54
XYZ8.013513.384910.7555
Yxy13.38490.24920.4163
Hunter Lab36.5854-24.92668.1795
CIE-Lab43.3376-36.51969.8533

#017555 color RGB value is (1,117,85).

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

The process color (four color CMYK) of #017555 color hex is 0.99, 0.00, 0.27, 0.54. Web safe color of #017555 is #006666. Color #017555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110101 01010101
Octal 1 165 125
Decimal 1 117 85
Hex 1 75 55

RGB Percentages of Color #017555

%0.49
%57.64
%41.87

CMYK Percentages of Color #017555

%99
%0
%27
%54

Triadic Colors of #017555

#017555 #550175 #755501

Analogous Colors of #017555

#017555 #015b75 #01751b

Monochromatic Colors of #017555

#017555

Complementary Color

#017555 #750121

#017555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017555 Color CSS Codes

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

#017555 Text Font Color

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

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


#017555 Background Color

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

This div background color is #017555


#017555 Border Color

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

This div border color is #017555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017555


Comments

No comments written yet.

Please login to write comment.