Color Hex Logo

#151edb Color Hex

#151EDB
(21,30,219)
0 Favorites   0 Comments

Color spaces of #151edb

RGB 2130219
HSL0.660.830.47
HSV237°90°86°
CMYK 0.900.860.00   0.14
XYZ13.55976.202467.5003
Yxy6.20240.15540.0711
Hunter Lab24.904653.6040-143.2636
CIE-Lab29.917563.3405-91.3663

#151edb color RGB value is (21,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011110 11011011
Octal 25 36 333
Decimal 21 30 219
Hex 15 1E DB

RGB Percentages of Color #151edb

%7.78
%11.11
%81.11

CMYK Percentages of Color #151edb

%90
%86
%0
%14

Triadic Colors of #151edb

#151edb #db151e #1edb15

Analogous Colors of #151edb

#151edb #6f15db #1581db

Monochromatic Colors of #151edb

#151edb

Complementary Color

#151edb #dbd215

#151edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#151edb Color CSS Codes

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

#151edb Text Font Color

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

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


#151edb Background Color

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

This div background color is #151edb


#151edb Border Color

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

This div border color is #151edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151edb


Comments

No comments written yet.

Please login to write comment.