Color Hex Logo

#170bae Color Hex

#170BAE
(23,11,174)
0 Favorites   0 Comments

Color spaces of #170bae

RGB 2311174
HSL0.680.880.36
HSV244°94°68°
CMYK 0.870.940.00   0.32
XYZ8.11303.477540.2880
Yxy3.47750.15640.0670
Hunter Lab18.648145.0239-115.0388
CIE-Lab21.862956.9474-78.3018

#170bae color RGB value is (23,11,174).

#170bae hex color red value is 23, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #170bae hue: 0.68 , saturation: 0.88 and the lightness value of 170bae is 0.36.

The process color (four color CMYK) of #170bae color hex is 0.87, 0.94, 0.00, 0.32. Web safe color of #170bae is #000099. Color #170bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00001011 10101110
Octal 27 13 256
Decimal 23 11 174
Hex 17 B AE

RGB Percentages of Color #170bae

%11.06
%5.29
%83.65

CMYK Percentages of Color #170bae

%87
%94
%0
%32

Triadic Colors of #170bae

#170bae #ae170b #0bae17

Analogous Colors of #170bae

#170bae #690bae #0b51ae

Monochromatic Colors of #170bae

#170bae

Complementary Color

#170bae #a2ae0b

#170bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#170bae Color CSS Codes

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

#170bae Text Font Color

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

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


#170bae Background Color

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

This div background color is #170bae


#170bae Border Color

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

This div border color is #170bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,11,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #170bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #170bae;
  -webkit-box-shadow: 1px 1px 3px 2px #170bae;
  box-shadow:         1px 1px 3px 2px #170bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170bae


Comments

No comments written yet.

Please login to write comment.