Color Hex Logo

#172e32 Color Hex

#172E32
(23,46,50)
0 Favorites   0 Comments

Color spaces of #172e32

RGB 234650
HSL0.520.370.14
HSV189°54°20°
CMYK 0.540.080.00   0.80
XYZ1.90612.36643.3739
Yxy2.36640.24930.3095
Hunter Lab15.3831-4.8027-2.2356
CIE-Lab17.3033-7.7052-5.3990

#172e32 color RGB value is (23,46,50).

#172e32 hex color red value is 23, green value is 46 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #172e32 hue: 0.52 , saturation: 0.37 and the lightness value of 172e32 is 0.14.

The process color (four color CMYK) of #172e32 color hex is 0.54, 0.08, 0.00, 0.80. Web safe color of #172e32 is #003333. Color #172e32 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101110 00110010
Octal 27 56 62
Decimal 23 46 50
Hex 17 2E 32

RGB Percentages of Color #172e32

%19.33
%38.66
%42.02

CMYK Percentages of Color #172e32

%54
%8
%0
%80

Triadic Colors of #172e32

#172e32 #32172e #2e3217

Analogous Colors of #172e32

#172e32 #172132 #173229

Monochromatic Colors of #172e32

#172e32

Complementary Color

#172e32 #321b17

#172e32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172e32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#172e32 Color CSS Codes

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

#172e32 Text Font Color

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

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


#172e32 Background Color

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

This div background color is #172e32


#172e32 Border Color

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

This div border color is #172e32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172e32


Comments

No comments written yet.

Please login to write comment.