Color Hex Logo

#170ede Color Hex

#170EDE
(23,14,222)
0 Favorites   0 Comments

Color spaces of #170ede

RGB 2314222
HSL0.670.880.46
HSV243°94°87°
CMYK 0.900.940.00   0.13
XYZ13.69525.770269.4992
Yxy5.77020.15390.0649
Hunter Lab24.021259.7308-154.7253
CIE-Lab28.825168.9162-94.9166

#170ede color RGB value is (23,14,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00001110 11011110
Octal 27 16 336
Decimal 23 14 222
Hex 17 E DE

RGB Percentages of Color #170ede

%8.88
%5.41
%85.71

CMYK Percentages of Color #170ede

%90
%94
%0
%13

Triadic Colors of #170ede

#170ede #de170e #0ede17

Analogous Colors of #170ede

#170ede #7f0ede #0e6dde

Monochromatic Colors of #170ede

#170ede

Complementary Color

#170ede #d5de0e

#170ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#170ede Color CSS Codes

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

#170ede Text Font Color

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

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


#170ede Background Color

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

This div background color is #170ede


#170ede Border Color

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

This div border color is #170ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170ede


Comments

No comments written yet.

Please login to write comment.