Color Hex Logo

#017464 Color Hex

#017464
(1,116,100)
0 Favorites   0 Comments

Color spaces of #017464

RGB 1116100
HSL0.480.980.23
HSV172°99°45°
CMYK 0.990.000.14   0.55
XYZ8.558213.417314.1953
Yxy13.41730.23660.3709
Hunter Lab36.6296-22.39692.6637
CIE-Lab43.3854-31.86670.9761

#017464 color RGB value is (1,116,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110100 01100100
Octal 1 164 144
Decimal 1 116 100
Hex 1 74 64

RGB Percentages of Color #017464

%0.46
%53.46
%46.08

CMYK Percentages of Color #017464

%99
%0
%14
%55

Triadic Colors of #017464

#017464 #640174 #746401

Analogous Colors of #017464

#017464 #014b74 #01742b

Monochromatic Colors of #017464

#017464

Complementary Color

#017464 #740111

#017464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017464 Color CSS Codes

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

#017464 Text Font Color

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

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


#017464 Background Color

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

This div background color is #017464


#017464 Border Color

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

This div border color is #017464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017464


Comments

No comments written yet.

Please login to write comment.