Color Hex Logo

#172125 Color Hex

#172125
(23,33,37)
0 Favorites   0 Comments

Color spaces of #172125

RGB 233337
HSL0.550.230.12
HSV197°38°15°
CMYK 0.380.110.00   0.85
XYZ1.23111.40341.9563
Yxy1.40340.26820.3057
Hunter Lab11.8465-2.1815-1.4984
CIE-Lab11.9803-3.1811-4.1409

#172125 color RGB value is (23,33,37).

#172125 hex color red value is 23, green value is 33 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #172125 hue: 0.55 , saturation: 0.23 and the lightness value of 172125 is 0.12.

The process color (four color CMYK) of #172125 color hex is 0.38, 0.11, 0.00, 0.85. Web safe color of #172125 is #003333. Color #172125 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00100001 00100101
Octal 27 41 45
Decimal 23 33 37
Hex 17 21 25

RGB Percentages of Color #172125

%24.73
%35.48
%39.78

CMYK Percentages of Color #172125

%38
%11
%0
%85

Triadic Colors of #172125

#172125 #251721 #212517

Analogous Colors of #172125

#172125 #171a25 #172522

Monochromatic Colors of #172125

#172125

Complementary Color

#172125 #251b17

#172125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#172125 Color CSS Codes

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

#172125 Text Font Color

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

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


#172125 Background Color

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

This div background color is #172125


#172125 Border Color

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

This div border color is #172125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172125


Comments

No comments written yet.

Please login to write comment.