Color Hex Logo

#175058 Color Hex

#175058
(23,80,88)
0 Favorites   0 Comments

Color spaces of #175058

RGB 238088
HSL0.520.590.22
HSV187°74°35°
CMYK 0.740.090.00   0.65
XYZ4.98356.624110.2484
Yxy6.62410.22800.3031
Hunter Lab25.7373-10.4775-5.5927
CIE-Lab30.9354-15.1668-10.0533

#175058 color RGB value is (23,80,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 01011000
Octal 27 120 130
Decimal 23 80 88
Hex 17 50 58

RGB Percentages of Color #175058

%12.04
%41.88
%46.07

CMYK Percentages of Color #175058

%74
%9
%0
%65

Triadic Colors of #175058

#175058 #581750 #505817

Analogous Colors of #175058

#175058 #173058 #175840

Monochromatic Colors of #175058

#175058

Complementary Color

#175058 #581f17

#175058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#175058 Color CSS Codes

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

#175058 Text Font Color

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

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


#175058 Background Color

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

This div background color is #175058


#175058 Border Color

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

This div border color is #175058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175058


Comments

No comments written yet.

Please login to write comment.