Color Hex Logo

#176060 Color Hex

#176060
(23,96,96)
0 Favorites   0 Comments

Color spaces of #176060

RGB 239696
HSL0.500.610.23
HSV180°76°38°
CMYK 0.760.000.00   0.62
XYZ6.64759.392412.5289
Yxy9.39240.23270.3288
Hunter Lab30.6470-14.9147-2.7856
CIE-Lab36.7291-21.2760-6.3657

#176060 color RGB value is (23,96,96).

#176060 hex color red value is 23, green value is 96 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #176060 hue: 0.50 , saturation: 0.61 and the lightness value of 176060 is 0.23.

The process color (four color CMYK) of #176060 color hex is 0.76, 0.00, 0.00, 0.62. Web safe color of #176060 is #006666. Color #176060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01100000 01100000
Octal 27 140 140
Decimal 23 96 96
Hex 17 60 60

RGB Percentages of Color #176060

%10.70
%44.65
%44.65

CMYK Percentages of Color #176060

%76
%0
%0
%62

Triadic Colors of #176060

#176060 #601760 #606017

Analogous Colors of #176060

#176060 #173c60 #17603c

Monochromatic Colors of #176060

#176060

Complementary Color

#176060 #601717

#176060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#176060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#176060 Color CSS Codes

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

#176060 Text Font Color

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

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


#176060 Background Color

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

This div background color is #176060


#176060 Border Color

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

This div border color is #176060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #176060


Comments

No comments written yet.

Please login to write comment.