Color Hex Logo

#151adb Color Hex

#151ADB
(21,26,219)
0 Favorites   0 Comments

Color spaces of #151adb

RGB 2126219
HSL0.660.830.47
HSV238°90°86°
CMYK 0.900.880.00   0.14
XYZ13.46486.012767.4687
Yxy6.01270.15490.0692
Hunter Lab24.520855.1060-145.9711
CIE-Lab29.444564.7683-92.1552

#151adb color RGB value is (21,26,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011010 11011011
Octal 25 32 333
Decimal 21 26 219
Hex 15 1A DB

RGB Percentages of Color #151adb

%7.89
%9.77
%82.33

CMYK Percentages of Color #151adb

%90
%88
%0
%14

Triadic Colors of #151adb

#151adb #db151a #1adb15

Analogous Colors of #151adb

#151adb #7315db #157ddb

Monochromatic Colors of #151adb

#151adb

Complementary Color

#151adb #dbd615

#151adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#151adb Color CSS Codes

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

#151adb Text Font Color

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

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


#151adb Background Color

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

This div background color is #151adb


#151adb Border Color

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

This div border color is #151adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151adb


Comments

No comments written yet.

Please login to write comment.