Color Hex Logo

#170aae Color Hex

#170AAE
(23,10,174)
0 Favorites   0 Comments

Color spaces of #170aae

RGB 2310174
HSL0.680.890.36
HSV245°94°68°
CMYK 0.870.940.00   0.32
XYZ8.10193.455240.2843
Yxy3.45520.15630.0666
Hunter Lab18.588245.2723-115.4816
CIE-Lab21.781857.1966-78.4372

#170aae color RGB value is (23,10,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00001010 10101110
Octal 27 12 256
Decimal 23 10 174
Hex 17 A AE

RGB Percentages of Color #170aae

%11.11
%4.83
%84.06

CMYK Percentages of Color #170aae

%87
%94
%0
%32

Triadic Colors of #170aae

#170aae #ae170a #0aae17

Analogous Colors of #170aae

#170aae #690aae #0a4fae

Monochromatic Colors of #170aae

#170aae

Complementary Color

#170aae #a1ae0a

#170aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#170aae Color CSS Codes

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

#170aae Text Font Color

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

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


#170aae Background Color

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

This div background color is #170aae


#170aae Border Color

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

This div border color is #170aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,10,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 #170aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170aae


Comments

No comments written yet.

Please login to write comment.