Color Hex Logo

#176085 Color Hex

#176085
(23,96,133)
0 Favorites   0 Comments

Color spaces of #176085

RGB 2396133
HSL0.560.710.31
HSV200°83°52°
CMYK 0.830.280.00   0.48
XYZ8.769910.241423.7049
Yxy10.24140.20530.2398
Hunter Lab32.0022-7.0876-21.5162
CIE-Lab38.2722-7.9944-26.7430

#176085 color RGB value is (23,96,133).

#176085 hex color red value is 23, green value is 96 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #176085 hue: 0.56 , saturation: 0.71 and the lightness value of 176085 is 0.31.

The process color (four color CMYK) of #176085 color hex is 0.83, 0.28, 0.00, 0.48. Web safe color of #176085 is #006699. Color #176085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01100000 10000101
Octal 27 140 205
Decimal 23 96 133
Hex 17 60 85

RGB Percentages of Color #176085

%9.13
%38.10
%52.78

CMYK Percentages of Color #176085

%83
%28
%0
%48

Triadic Colors of #176085

#176085 #851760 #608517

Analogous Colors of #176085

#176085 #172985 #178573

Monochromatic Colors of #176085

#176085

Complementary Color

#176085 #853c17

#176085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#176085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#176085 Color CSS Codes

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

#176085 Text Font Color

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

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


#176085 Background Color

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

This div background color is #176085


#176085 Border Color

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

This div border color is #176085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #176085


Comments

No comments written yet.

Please login to write comment.