Color Hex Logo

#172caa Color Hex

#172CAA
(23,44,170)
0 Favorites   0 Comments

Color spaces of #172caa

RGB 2344170
HSL0.640.760.38
HSV231°86°67°
CMYK 0.860.740.00   0.33
XYZ8.50974.885838.5248
Yxy4.88580.16390.0941
Hunter Lab22.103830.0385-87.8639
CIE-Lab26.406940.8924-68.3413

#172caa color RGB value is (23,44,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101100 10101010
Octal 27 54 252
Decimal 23 44 170
Hex 17 2C AA

RGB Percentages of Color #172caa

%9.70
%18.57
%71.73

CMYK Percentages of Color #172caa

%86
%74
%0
%33

Triadic Colors of #172caa

#172caa #aa172c #2caa17

Analogous Colors of #172caa

#172caa #4b17aa #1776aa

Monochromatic Colors of #172caa

#172caa

Complementary Color

#172caa #aa9517

#172caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#172caa Color CSS Codes

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

#172caa Text Font Color

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

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


#172caa Background Color

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

This div background color is #172caa


#172caa Border Color

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

This div border color is #172caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172caa


Comments

No comments written yet.

Please login to write comment.