Color Hex Logo

#172daa Color Hex

#172DAA
(23,45,170)
0 Favorites   0 Comments

Color spaces of #172daa

RGB 2345170
HSL0.640.760.38
HSV231°86°67°
CMYK 0.860.740.00   0.33
XYZ8.54744.961238.5373
Yxy4.96120.16420.0953
Hunter Lab22.273829.5191-86.9899
CIE-Lab26.623940.2867-67.9824

#172daa color RGB value is (23,45,170).

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

The process color (four color CMYK) of #172daa color hex is 0.86, 0.74, 0.00, 0.33. Web safe color of #172daa is #003399. Color #172daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101101 10101010
Octal 27 55 252
Decimal 23 45 170
Hex 17 2D AA

RGB Percentages of Color #172daa

%9.66
%18.91
%71.43

CMYK Percentages of Color #172daa

%86
%74
%0
%33

Triadic Colors of #172daa

#172daa #aa172d #2daa17

Analogous Colors of #172daa

#172daa #4b17aa #1777aa

Monochromatic Colors of #172daa

#172daa

Complementary Color

#172daa #aa9417

#172daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#172daa Color CSS Codes

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

#172daa Text Font Color

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

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


#172daa Background Color

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

This div background color is #172daa


#172daa Border Color

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

This div border color is #172daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172daa


Comments

No comments written yet.

Please login to write comment.