Color Hex Logo

#170ddd Color Hex

#170DDD
(23,13,221)
0 Favorites   0 Comments

Color spaces of #170ddd

RGB 2313221
HSL0.670.890.46
HSV243°94°87°
CMYK 0.900.940.00   0.13
XYZ13.54845.690568.7909
Yxy5.69050.15390.0646
Hunter Lab23.854859.6339-154.2785
CIE-Lab28.617868.8699-94.6871

#170ddd color RGB value is (23,13,221).

#170ddd hex color red value is 23, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #170ddd hue: 0.67 , saturation: 0.89 and the lightness value of 170ddd is 0.46.

The process color (four color CMYK) of #170ddd color hex is 0.90, 0.94, 0.00, 0.13. Web safe color of #170ddd is #0000cc. Color #170ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00001101 11011101
Octal 27 15 335
Decimal 23 13 221
Hex 17 D DD

RGB Percentages of Color #170ddd

%8.95
%5.06
%85.99

CMYK Percentages of Color #170ddd

%90
%94
%0
%13

Triadic Colors of #170ddd

#170ddd #dd170d #0ddd17

Analogous Colors of #170ddd

#170ddd #7f0ddd #0d6bdd

Monochromatic Colors of #170ddd

#170ddd

Complementary Color

#170ddd #d3dd0d

#170ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#170ddd Color CSS Codes

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

#170ddd Text Font Color

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

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


#170ddd Background Color

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

This div background color is #170ddd


#170ddd Border Color

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

This div border color is #170ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170ddd


Comments

No comments written yet.

Please login to write comment.