Color Hex Logo

#153edb Color Hex

#153EDB
(21,62,219)
0 Favorites   0 Comments

Color spaces of #153edb

RGB 2162219
HSL0.630.830.47
HSV228°90°86°
CMYK 0.900.720.00   0.14
XYZ14.81818.719267.9198
Yxy8.71920.16200.0953
Hunter Lab29.528337.9016-115.7067
CIE-Lab35.437947.3895-82.2008

#153edb color RGB value is (21,62,219).

#153edb hex color red value is 21, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #153edb hue: 0.63 , saturation: 0.83 and the lightness value of 153edb is 0.47.

The process color (four color CMYK) of #153edb color hex is 0.90, 0.72, 0.00, 0.14. Web safe color of #153edb is #0033cc. Color #153edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111110 11011011
Octal 25 76 333
Decimal 21 62 219
Hex 15 3E DB

RGB Percentages of Color #153edb

%6.95
%20.53
%72.52

CMYK Percentages of Color #153edb

%90
%72
%0
%14

Triadic Colors of #153edb

#153edb #db153e #3edb15

Analogous Colors of #153edb

#153edb #4f15db #15a1db

Monochromatic Colors of #153edb

#153edb

Complementary Color

#153edb #dbb215

#153edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#153edb Color CSS Codes

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

#153edb Text Font Color

<p style="color:#153edb">Text here</p>

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


#153edb Background Color

<div style="background-color:#153edb">
Div content here</div>

This div background color is #153edb


#153edb Border Color

<div style="border:3px solid #153edb">
Div here</div>

This div border color is #153edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,62,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153edb;
  -webkit-box-shadow: 1px 1px 3px 2px #153edb;
  box-shadow:         1px 1px 3px 2px #153edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153edb


Comments

No comments written yet.

Please login to write comment.