Color Hex Logo

#1553ea Color Hex

#1553EA
(21,83,234)
0 Favorites   0 Comments

Color spaces of #1553ea

RGB 2183234
HSL0.620.840.50
HSV223°91°92°
CMYK 0.910.650.00   0.08
XYZ18.253812.286579.2513
Yxy12.28650.16630.1119
Hunter Lab35.052131.6148-109.5157
CIE-Lab41.667939.9066-80.4785

#1553ea color RGB value is (21,83,234).

#1553ea hex color red value is 21, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1553ea hue: 0.62 , saturation: 0.84 and the lightness value of 1553ea is 0.50.

The process color (four color CMYK) of #1553ea color hex is 0.91, 0.65, 0.00, 0.08. Web safe color of #1553ea is #0066ff. Color #1553ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 11101010
Octal 25 123 352
Decimal 21 83 234
Hex 15 53 EA

RGB Percentages of Color #1553ea

%6.21
%24.56
%69.23

CMYK Percentages of Color #1553ea

%91
%65
%0
%8

Triadic Colors of #1553ea

#1553ea #ea1553 #53ea15

Analogous Colors of #1553ea

#1553ea #4215ea #15beea

Monochromatic Colors of #1553ea

#1553ea

Complementary Color

#1553ea #eaac15

#1553ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1553ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1553ea Color CSS Codes

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

#1553ea Text Font Color

<p style="color:#1553ea">Text here</p>

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


#1553ea Background Color

<div style="background-color:#1553ea">
Div content here</div>

This div background color is #1553ea


#1553ea Border Color

<div style="border:3px solid #1553ea">
Div here</div>

This div border color is #1553ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,83,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1553ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1553ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1553ea;
  box-shadow:         1px 1px 3px 2px #1553ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1553ea


Comments

No comments written yet.

Please login to write comment.