Color Hex Logo

#17525e Color Hex

#17525E
(23,82,94)
0 Favorites   0 Comments

Color spaces of #17525e

RGB 238294
HSL0.530.610.23
HSV190°76°37°
CMYK 0.760.130.00   0.63
XYZ5.39107.024911.6615
Yxy7.02490.22390.2918
Hunter Lab26.5045-10.0762-7.5333
CIE-Lab31.8635-14.1996-12.4558

#17525e color RGB value is (23,82,94).

#17525e hex color red value is 23, green value is 82 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #17525e hue: 0.53 , saturation: 0.61 and the lightness value of 17525e is 0.23.

The process color (four color CMYK) of #17525e color hex is 0.76, 0.13, 0.00, 0.63. Web safe color of #17525e is #006666. Color #17525e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010010 01011110
Octal 27 122 136
Decimal 23 82 94
Hex 17 52 5E

RGB Percentages of Color #17525e

%11.56
%41.21
%47.24

CMYK Percentages of Color #17525e

%76
%13
%0
%63

Triadic Colors of #17525e

#17525e #5e1752 #525e17

Analogous Colors of #17525e

#17525e #172f5e #175e46

Monochromatic Colors of #17525e

#17525e

Complementary Color

#17525e #5e2317

#17525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#17525e Color CSS Codes

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

#17525e Text Font Color

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

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


#17525e Background Color

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

This div background color is #17525e


#17525e Border Color

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

This div border color is #17525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17525e

#17525e Color Palettes


Comments

No comments written yet.

Please login to write comment.