Color Hex Logo

#1593ee Color Hex

#1593EE
(21,147,238)
0 Favorites   0 Comments

Color spaces of #1593ee

RGB 21147238
HSL0.570.860.51
HSV205°91°93°
CMYK 0.910.380.00   0.07
XYZ26.175627.199984.7594
Yxy27.19990.18950.1969
Hunter Lab52.1535-1.6804-59.8501
CIE-Lab59.15891.3432-54.3965

#1593ee color RGB value is (21,147,238).

#1593ee hex color red value is 21, green value is 147 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1593ee hue: 0.57 , saturation: 0.86 and the lightness value of 1593ee is 0.51.

The process color (four color CMYK) of #1593ee color hex is 0.91, 0.38, 0.00, 0.07. Web safe color of #1593ee is #0099ff. Color #1593ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010011 11101110
Octal 25 223 356
Decimal 21 147 238
Hex 15 93 EE

RGB Percentages of Color #1593ee

%5.17
%36.21
%58.62

CMYK Percentages of Color #1593ee

%91
%38
%0
%7

Triadic Colors of #1593ee

#1593ee #ee1593 #93ee15

Analogous Colors of #1593ee

#1593ee #1526ee #15eedd

Monochromatic Colors of #1593ee

#1593ee

Complementary Color

#1593ee #ee7015

#1593ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1593ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1593ee Color CSS Codes

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

#1593ee Text Font Color

<p style="color:#1593ee">Text here</p>

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


#1593ee Background Color

<div style="background-color:#1593ee">
Div content here</div>

This div background color is #1593ee


#1593ee Border Color

<div style="border:3px solid #1593ee">
Div here</div>

This div border color is #1593ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,147,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1593ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1593ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1593ee;
  box-shadow:         1px 1px 3px 2px #1593ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,147,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1593ee


Comments

No comments written yet.

Please login to write comment.