Color Hex Logo

#1718aa Color Hex

#1718AA
(23,24,170)
0 Favorites   0 Comments

Color spaces of #1718aa

RGB 2324170
HSL0.670.760.38
HSV240°86°67°
CMYK 0.860.860.00   0.33
XYZ7.93573.737738.3334
Yxy3.73770.15870.0747
Hunter Lab19.333139.4362-104.0260
CIE-Lab22.784651.3589-74.3520

#1718aa color RGB value is (23,24,170).

#1718aa hex color red value is 23, green value is 24 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1718aa hue: 0.67 , saturation: 0.76 and the lightness value of 1718aa is 0.38.

The process color (four color CMYK) of #1718aa color hex is 0.86, 0.86, 0.00, 0.33. Web safe color of #1718aa is #000099. Color #1718aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00011000 10101010
Octal 27 30 252
Decimal 23 24 170
Hex 17 18 AA

RGB Percentages of Color #1718aa

%10.60
%11.06
%78.34

CMYK Percentages of Color #1718aa

%86
%86
%0
%33

Triadic Colors of #1718aa

#1718aa #aa1718 #18aa17

Analogous Colors of #1718aa

#1718aa #6017aa #1761aa

Monochromatic Colors of #1718aa

#1718aa

Complementary Color

#1718aa #aaa917

#1718aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1718aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1718aa Color CSS Codes

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

#1718aa Text Font Color

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

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


#1718aa Background Color

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

This div background color is #1718aa


#1718aa Border Color

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

This div border color is #1718aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1718aa


Comments

No comments written yet.

Please login to write comment.