Color Hex Logo

#176470 Color Hex

#176470
(23,100,112)
0 Favorites   0 Comments

Color spaces of #176470

RGB 23100112
HSL0.520.660.26
HSV188°79°44°
CMYK 0.790.110.00   0.56
XYZ7.835210.466416.9365
Yxy10.46640.22240.2970
Hunter Lab32.3518-13.3852-8.3926
CIE-Lab38.6668-18.0253-13.3070

#176470 color RGB value is (23,100,112).

#176470 hex color red value is 23, green value is 100 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #176470 hue: 0.52 , saturation: 0.66 and the lightness value of 176470 is 0.26.

The process color (four color CMYK) of #176470 color hex is 0.79, 0.11, 0.00, 0.56. Web safe color of #176470 is #006666. Color #176470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01100100 01110000
Octal 27 144 160
Decimal 23 100 112
Hex 17 64 70

RGB Percentages of Color #176470

%9.79
%42.55
%47.66

CMYK Percentages of Color #176470

%79
%11
%0
%56

Triadic Colors of #176470

#176470 #701764 #647017

Analogous Colors of #176470

#176470 #173870 #17704f

Monochromatic Colors of #176470

#176470

Complementary Color

#176470 #702317

#176470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#176470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#176470 Color CSS Codes

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

#176470 Text Font Color

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

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


#176470 Background Color

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

This div background color is #176470


#176470 Border Color

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

This div border color is #176470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #176470


Comments

No comments written yet.

Please login to write comment.