Color Hex Logo

#017354 Color Hex

#017354
(1,115,84)
0 Favorites   0 Comments

Color spaces of #017354

RGB 111584
HSL0.450.980.23
HSV164°99°45°
CMYK 0.990.000.27   0.55
XYZ7.743512.908010.4709
Yxy12.90800.24880.4147
Hunter Lab35.9277-24.40147.8697
CIE-Lab42.6243-35.93579.4463

#017354 color RGB value is (1,115,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110011 01010100
Octal 1 163 124
Decimal 1 115 84
Hex 1 73 54

RGB Percentages of Color #017354

%0.50
%57.50
%42.00

CMYK Percentages of Color #017354

%99
%0
%27
%55

Triadic Colors of #017354

#017354 #540173 #735401

Analogous Colors of #017354

#017354 #015973 #01731b

Monochromatic Colors of #017354

#017354

Complementary Color

#017354 #730120

#017354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017354 Color CSS Codes

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

#017354 Text Font Color

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

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


#017354 Background Color

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

This div background color is #017354


#017354 Border Color

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

This div border color is #017354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017354


Comments

No comments written yet.

Please login to write comment.