Color Hex Logo

#176480 Color Hex

#176480
(23,100,128)
0 Favorites   0 Comments

Color spaces of #176480

RGB 23100128
HSL0.540.700.30
HSV196°82°50°
CMYK 0.820.220.00   0.50
XYZ8.806810.855022.0531
Yxy10.85500.21110.2602
Hunter Lab32.9469-9.9436-16.6230
CIE-Lab39.3352-12.2595-22.0482

#176480 color RGB value is (23,100,128).

#176480 hex color red value is 23, green value is 100 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #176480 hue: 0.54 , saturation: 0.70 and the lightness value of 176480 is 0.30.

The process color (four color CMYK) of #176480 color hex is 0.82, 0.22, 0.00, 0.50. Web safe color of #176480 is #006699. Color #176480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01100100 10000000
Octal 27 144 200
Decimal 23 100 128
Hex 17 64 80

RGB Percentages of Color #176480

%9.16
%39.84
%51.00

CMYK Percentages of Color #176480

%82
%22
%0
%50

Triadic Colors of #176480

#176480 #801764 #648017

Analogous Colors of #176480

#176480 #173080 #178068

Monochromatic Colors of #176480

#176480

Complementary Color

#176480 #803317

#176480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#176480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#176480 Color CSS Codes

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

#176480 Text Font Color

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

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


#176480 Background Color

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

This div background color is #176480


#176480 Border Color

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

This div border color is #176480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #176480


Comments

No comments written yet.

Please login to write comment.