Color Hex Logo

#172eaa Color Hex

#172EAA
(23,46,170)
0 Favorites   0 Comments

Color spaces of #172eaa

RGB 2346170
HSL0.640.760.38
HSV231°86°67°
CMYK 0.860.730.00   0.33
XYZ8.58605.038438.5502
Yxy5.03840.16460.0966
Hunter Lab22.446428.9971-86.1143
CIE-Lab26.843939.6754-67.6190

#172eaa color RGB value is (23,46,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101110 10101010
Octal 27 56 252
Decimal 23 46 170
Hex 17 2E AA

RGB Percentages of Color #172eaa

%9.62
%19.25
%71.13

CMYK Percentages of Color #172eaa

%86
%73
%0
%33

Triadic Colors of #172eaa

#172eaa #aa172e #2eaa17

Analogous Colors of #172eaa

#172eaa #4917aa #1778aa

Monochromatic Colors of #172eaa

#172eaa

Complementary Color

#172eaa #aa9317

#172eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#172eaa Color CSS Codes

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

#172eaa Text Font Color

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

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


#172eaa Background Color

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

This div background color is #172eaa


#172eaa Border Color

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

This div border color is #172eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172eaa


Comments

No comments written yet.

Please login to write comment.