Color Hex Logo

#173255 Color Hex

#173255
(23,50,85)
0 Favorites   0 Comments

Color spaces of #173255

RGB 235085
HSL0.590.570.21
HSV214°73°33°
CMYK 0.730.410.00   0.67
XYZ3.13363.11929.0312
Yxy3.11920.20500.2041
Hunter Lab17.66130.7637-17.9555
CIE-Lab20.51512.9338-24.2648

#173255 color RGB value is (23,50,85).

#173255 hex color red value is 23, green value is 50 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #173255 hue: 0.59 , saturation: 0.57 and the lightness value of 173255 is 0.21.

The process color (four color CMYK) of #173255 color hex is 0.73, 0.41, 0.00, 0.67. Web safe color of #173255 is #003366. Color #173255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110010 01010101
Octal 27 62 125
Decimal 23 50 85
Hex 17 32 55

RGB Percentages of Color #173255

%14.56
%31.65
%53.80

CMYK Percentages of Color #173255

%73
%41
%0
%67

Triadic Colors of #173255

#173255 #551732 #325517

Analogous Colors of #173255

#173255 #1b1755 #175155

Monochromatic Colors of #173255

#173255

Complementary Color

#173255 #553a17

#173255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#173255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#173255 Color CSS Codes

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

#173255 Text Font Color

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

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


#173255 Background Color

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

This div background color is #173255


#173255 Border Color

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

This div border color is #173255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #173255


Comments

No comments written yet.

Please login to write comment.