Color Hex Logo

#172dad Color Hex

#172DAD
(23,45,173)
0 Favorites   0 Comments

Color spaces of #172dad

RGB 2345173
HSL0.640.770.38
HSV231°87°68°
CMYK 0.870.740.00   0.32
XYZ8.83465.076140.0493
Yxy5.07610.16370.0941
Hunter Lab22.530230.5660-89.6217
CIE-Lab26.950541.3606-69.2459

#172dad color RGB value is (23,45,173).

#172dad hex color red value is 23, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #172dad hue: 0.64 , saturation: 0.77 and the lightness value of 172dad is 0.38.

The process color (four color CMYK) of #172dad color hex is 0.87, 0.74, 0.00, 0.32. Web safe color of #172dad is #003399. Color #172dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101101 10101101
Octal 27 55 255
Decimal 23 45 173
Hex 17 2D AD

RGB Percentages of Color #172dad

%9.54
%18.67
%71.78

CMYK Percentages of Color #172dad

%87
%74
%0
%32

Triadic Colors of #172dad

#172dad #ad172d #2dad17

Analogous Colors of #172dad

#172dad #4c17ad #1778ad

Monochromatic Colors of #172dad

#172dad

Complementary Color

#172dad #ad9717

#172dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#172dad Color CSS Codes

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

#172dad Text Font Color

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

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


#172dad Background Color

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

This div background color is #172dad


#172dad Border Color

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

This div border color is #172dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,45,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #172dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #172dad;
  -webkit-box-shadow: 1px 1px 3px 2px #172dad;
  box-shadow:         1px 1px 3px 2px #172dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172dad


Comments

No comments written yet.

Please login to write comment.