Color Hex Logo

#175059 Color Hex

#175059
(23,80,89)
0 Favorites   0 Comments

Color spaces of #175059

RGB 238089
HSL0.520.590.22
HSV188°74°35°
CMYK 0.740.100.00   0.65
XYZ5.02526.640710.4681
Yxy6.64070.22700.3000
Hunter Lab25.7696-10.2883-6.0461
CIE-Lab30.9745-14.8151-10.6313

#175059 color RGB value is (23,80,89).

#175059 hex color red value is 23, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #175059 hue: 0.52 , saturation: 0.59 and the lightness value of 175059 is 0.22.

The process color (four color CMYK) of #175059 color hex is 0.74, 0.10, 0.00, 0.65. Web safe color of #175059 is #006666. Color #175059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 01011001
Octal 27 120 131
Decimal 23 80 89
Hex 17 50 59

RGB Percentages of Color #175059

%11.98
%41.67
%46.35

CMYK Percentages of Color #175059

%74
%10
%0
%65

Triadic Colors of #175059

#175059 #591750 #505917

Analogous Colors of #175059

#175059 #172f59 #175941

Monochromatic Colors of #175059

#175059

Complementary Color

#175059 #592017

#175059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#175059 Color CSS Codes

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

#175059 Text Font Color

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

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


#175059 Background Color

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

This div background color is #175059


#175059 Border Color

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

This div border color is #175059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175059


Comments

No comments written yet.

Please login to write comment.