Color Hex Logo

#175055 Color Hex

#175055
(23,80,85)
0 Favorites   0 Comments

Color spaces of #175055

RGB 238085
HSL0.510.570.21
HSV185°73°33°
CMYK 0.730.060.00   0.67
XYZ4.86176.57549.6073
Yxy6.57540.23100.3125
Hunter Lab25.6425-11.0317-4.2640
CIE-Lab30.8201-16.2070-8.3141

#175055 color RGB value is (23,80,85).

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

The process color (four color CMYK) of #175055 color hex is 0.73, 0.06, 0.00, 0.67. Web safe color of #175055 is #006666. Color #175055 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 01010101
Octal 27 120 125
Decimal 23 80 85
Hex 17 50 55

RGB Percentages of Color #175055

%12.23
%42.55
%45.21

CMYK Percentages of Color #175055

%73
%6
%0
%67

Triadic Colors of #175055

#175055 #551750 #505517

Analogous Colors of #175055

#175055 #173155 #17553b

Monochromatic Colors of #175055

#175055

Complementary Color

#175055 #551c17

#175055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#175055 Color CSS Codes

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

#175055 Text Font Color

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

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


#175055 Background Color

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

This div background color is #175055


#175055 Border Color

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

This div border color is #175055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175055


Comments

No comments written yet.

Please login to write comment.