Color Hex Logo

#1453ef Color Hex

#1453EF
(20,83,239)
0 Favorites   0 Comments

Color spaces of #1453ef

RGB 2083239
HSL0.620.870.51
HSV223°92°94°
CMYK 0.920.650.00   0.06
XYZ18.961712.567283.0877
Yxy12.56720.16540.1096
Hunter Lab35.450233.4385-114.1477
CIE-Lab42.103841.7098-82.5844

#1453ef color RGB value is (20,83,239).

#1453ef hex color red value is 20, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1453ef hue: 0.62 , saturation: 0.87 and the lightness value of 1453ef is 0.51.

The process color (four color CMYK) of #1453ef color hex is 0.92, 0.65, 0.00, 0.06. Web safe color of #1453ef is #0066ff. Color #1453ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010011 11101111
Octal 24 123 357
Decimal 20 83 239
Hex 14 53 EF

RGB Percentages of Color #1453ef

%5.85
%24.27
%69.88

CMYK Percentages of Color #1453ef

%92
%65
%0
%6

Triadic Colors of #1453ef

#1453ef #ef1453 #53ef14

Analogous Colors of #1453ef

#1453ef #4214ef #14c1ef

Monochromatic Colors of #1453ef

#1453ef

Complementary Color

#1453ef #efb014

#1453ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1453ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1453ef Color CSS Codes

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

#1453ef Text Font Color

<p style="color:#1453ef">Text here</p>

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


#1453ef Background Color

<div style="background-color:#1453ef">
Div content here</div>

This div background color is #1453ef


#1453ef Border Color

<div style="border:3px solid #1453ef">
Div here</div>

This div border color is #1453ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,83,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1453ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1453ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1453ef;
  box-shadow:         1px 1px 3px 2px #1453ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1453ef


Comments

No comments written yet.

Please login to write comment.