Color Hex Logo

#17508b Color Hex

#17508B
(23,80,139)
0 Favorites   0 Comments

Color spaces of #17508b

RGB 2380139
HSL0.580.720.32
HSV211°83°55°
CMYK 0.830.420.00   0.45
XYZ7.88227.783625.5130
Yxy7.78360.19140.1890
Hunter Lab27.89911.6073-34.6898
CIE-Lab33.52814.5587-37.9070

#17508b color RGB value is (23,80,139).

#17508b hex color red value is 23, green value is 80 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #17508b hue: 0.58 , saturation: 0.72 and the lightness value of 17508b is 0.32.

The process color (four color CMYK) of #17508b color hex is 0.83, 0.42, 0.00, 0.45. Web safe color of #17508b is #006699. Color #17508b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 10001011
Octal 27 120 213
Decimal 23 80 139
Hex 17 50 8B

RGB Percentages of Color #17508b

%9.50
%33.06
%57.44

CMYK Percentages of Color #17508b

%83
%42
%0
%45

Triadic Colors of #17508b

#17508b #8b1750 #508b17

Analogous Colors of #17508b

#17508b #18178b #178a8b

Monochromatic Colors of #17508b

#17508b

Complementary Color

#17508b #8b5217

#17508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#17508b Color CSS Codes

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

#17508b Text Font Color

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

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


#17508b Background Color

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

This div background color is #17508b


#17508b Border Color

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

This div border color is #17508b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17508b


Comments

No comments written yet.

Please login to write comment.