Color Hex Logo

#175575 Color Hex

#175575
(23,85,117)
0 Favorites   0 Comments

Color spaces of #175575

RGB 2385117
HSL0.560.670.27
HSV200°80°46°
CMYK 0.800.270.00   0.54
XYZ6.81277.963518.0077
Yxy7.96350.20780.2429
Hunter Lab28.2197-6.2916-18.0807
CIE-Lab33.9068-7.4183-23.7354

#175575 color RGB value is (23,85,117).

#175575 hex color red value is 23, green value is 85 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #175575 hue: 0.56 , saturation: 0.67 and the lightness value of 175575 is 0.27.

The process color (four color CMYK) of #175575 color hex is 0.80, 0.27, 0.00, 0.54. Web safe color of #175575 is #006666. Color #175575 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010101 01110101
Octal 27 125 165
Decimal 23 85 117
Hex 17 55 75

RGB Percentages of Color #175575

%10.22
%37.78
%52.00

CMYK Percentages of Color #175575

%80
%27
%0
%54

Triadic Colors of #175575

#175575 #751755 #557517

Analogous Colors of #175575

#175575 #172675 #177566

Monochromatic Colors of #175575

#175575

Complementary Color

#175575 #753717

#175575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#175575 Color CSS Codes

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

#175575 Text Font Color

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

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


#175575 Background Color

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

This div background color is #175575


#175575 Border Color

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

This div border color is #175575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175575


Comments

No comments written yet.

Please login to write comment.