Color Hex Logo

#1516ee Color Hex

#1516EE
(21,22,238)
0 Favorites   0 Comments

Color spaces of #1516ee

RGB 2122238
HSL0.670.860.51
HSV240°91°93°
CMYK 0.910.910.00   0.07
XYZ16.02886.906381.3772
Yxy6.90630.15370.0662
Hunter Lab26.279862.8824-165.1994
CIE-Lab31.592671.1020-99.4441

#1516ee color RGB value is (21,22,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010110 11101110
Octal 25 26 356
Decimal 21 22 238
Hex 15 16 EE

RGB Percentages of Color #1516ee

%7.47
%7.83
%84.70

CMYK Percentages of Color #1516ee

%91
%91
%0
%7

Triadic Colors of #1516ee

#1516ee #ee1516 #16ee15

Analogous Colors of #1516ee

#1516ee #8115ee #1583ee

Monochromatic Colors of #1516ee

#1516ee

Complementary Color

#1516ee #eeed15

#1516ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1516ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1516ee Color CSS Codes

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

#1516ee Text Font Color

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

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


#1516ee Background Color

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

This div background color is #1516ee


#1516ee Border Color

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

This div border color is #1516ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,22,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 #1516ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1516ee


Comments

No comments written yet.

Please login to write comment.