Color Hex Logo

#175052 Color Hex

#175052
(23,80,82)
0 Favorites   0 Comments

Color spaces of #175052

RGB 238082
HSL0.510.560.21
HSV182°72°32°
CMYK 0.720.020.00   0.68
XYZ4.74506.52878.9927
Yxy6.52870.23410.3221
Hunter Lab25.5513-11.5665-2.9810
CIE-Lab30.7090-17.2252-6.5650

#175052 color RGB value is (23,80,82).

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

The process color (four color CMYK) of #175052 color hex is 0.72, 0.02, 0.00, 0.68. Web safe color of #175052 is #006666. Color #175052 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 01010010
Octal 27 120 122
Decimal 23 80 82
Hex 17 50 52

RGB Percentages of Color #175052

%12.43
%43.24
%44.32

CMYK Percentages of Color #175052

%72
%2
%0
%68

Triadic Colors of #175052

#175052 #521750 #505217

Analogous Colors of #175052

#175052 #173252 #175237

Monochromatic Colors of #175052

#175052

Complementary Color

#175052 #521917

#175052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#175052 Color CSS Codes

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

#175052 Text Font Color

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

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


#175052 Background Color

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

This div background color is #175052


#175052 Border Color

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

This div border color is #175052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175052


Comments

No comments written yet.

Please login to write comment.