Color Hex Logo

#176dbd Color Hex

#176DBD
(23,109,189)
0 Favorites   0 Comments

Color spaces of #176dbd

RGB 23109189
HSL0.580.780.42
HSV209°88°74°
CMYK 0.880.420.00   0.26
XYZ15.007314.793650.2086
Yxy14.79360.18760.1849
Hunter Lab38.46242.3379-50.4730
CIE-Lab45.35025.8047-48.7383

#176dbd color RGB value is (23,109,189).

#176dbd hex color red value is 23, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #176dbd hue: 0.58 , saturation: 0.78 and the lightness value of 176dbd is 0.42.

The process color (four color CMYK) of #176dbd color hex is 0.88, 0.42, 0.00, 0.26. Web safe color of #176dbd is #0066cc. Color #176dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01101101 10111101
Octal 27 155 275
Decimal 23 109 189
Hex 17 6D BD

RGB Percentages of Color #176dbd

%7.17
%33.96
%58.88

CMYK Percentages of Color #176dbd

%88
%42
%0
%26

Triadic Colors of #176dbd

#176dbd #bd176d #6dbd17

Analogous Colors of #176dbd

#176dbd #171abd #17bdba

Monochromatic Colors of #176dbd

#176dbd

Complementary Color

#176dbd #bd6717

#176dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#176dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#176dbd Color CSS Codes

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

#176dbd Text Font Color

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

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


#176dbd Background Color

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

This div background color is #176dbd


#176dbd Border Color

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

This div border color is #176dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #176dbd


Comments

No comments written yet.

Please login to write comment.