Color Hex Logo

#17234c Color Hex

#17234C
(23,35,76)
0 Favorites   0 Comments

Color spaces of #17234c

RGB 233576
HSL0.630.540.19
HSV226°70°30°
CMYK 0.700.540.00   0.70
XYZ2.25891.90607.0863
Yxy1.90600.20080.1694
Hunter Lab13.80585.0460-20.7686
CIE-Lab14.986010.1946-27.0241

#17234c color RGB value is (23,35,76).

#17234c hex color red value is 23, green value is 35 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #17234c hue: 0.63 , saturation: 0.54 and the lightness value of 17234c is 0.19.

The process color (four color CMYK) of #17234c color hex is 0.70, 0.54, 0.00, 0.70. Web safe color of #17234c is #003333. Color #17234c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00100011 01001100
Octal 27 43 114
Decimal 23 35 76
Hex 17 23 4C

RGB Percentages of Color #17234c

%17.16
%26.12
%56.72

CMYK Percentages of Color #17234c

%70
%54
%0
%70

Triadic Colors of #17234c

#17234c #4c1723 #234c17

Analogous Colors of #17234c

#17234c #26174c #173e4c

Monochromatic Colors of #17234c

#17234c

Complementary Color

#17234c #4c4017

#17234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#17234c Color CSS Codes

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

#17234c Text Font Color

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

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


#17234c Background Color

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

This div background color is #17234c


#17234c Border Color

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

This div border color is #17234c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,35,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17234c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17234c;
  -webkit-box-shadow: 1px 1px 3px 2px #17234c;
  box-shadow:         1px 1px 3px 2px #17234c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17234c


Comments

No comments written yet.

Please login to write comment.