Color Hex Logo

#174bbd Color Hex

#174BBD
(23,75,189)
0 Favorites   0 Comments

Color spaces of #174bbd

RGB 2375189
HSL0.610.780.42
HSV221°88°74°
CMYK 0.880.600.00   0.26
XYZ12.05478.888449.2244
Yxy8.88840.17180.1267
Hunter Lab29.813420.0009-77.0233
CIE-Lab35.768528.0731-64.2422

#174bbd color RGB value is (23,75,189).

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

The process color (four color CMYK) of #174bbd color hex is 0.88, 0.60, 0.00, 0.26. Web safe color of #174bbd is #0033cc. Color #174bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01001011 10111101
Octal 27 113 275
Decimal 23 75 189
Hex 17 4B BD

RGB Percentages of Color #174bbd

%8.01
%26.13
%65.85

CMYK Percentages of Color #174bbd

%88
%60
%0
%26

Triadic Colors of #174bbd

#174bbd #bd174b #4bbd17

Analogous Colors of #174bbd

#174bbd #3617bd #179ebd

Monochromatic Colors of #174bbd

#174bbd

Complementary Color

#174bbd #bd8917

#174bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#174bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#174bbd Color CSS Codes

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

#174bbd Text Font Color

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

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


#174bbd Background Color

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

This div background color is #174bbd


#174bbd Border Color

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

This div border color is #174bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,75,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 #174bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #174bbd


Comments

No comments written yet.

Please login to write comment.