Color Hex Logo

#156beb Color Hex

#156BEB
(21,107,235)
0 Favorites   0 Comments

Color spaces of #156beb

RGB 21107235
HSL0.600.840.50
HSV216°91°92°
CMYK 0.910.540.00   0.08
XYZ20.562416.673080.7317
Yxy16.67300.17430.1413
Hunter Lab40.832618.4317-88.6418
CIE-Lab47.845324.9615-70.9410

#156beb color RGB value is (21,107,235).

#156beb hex color red value is 21, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #156beb hue: 0.60 , saturation: 0.84 and the lightness value of 156beb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101011 11101011
Octal 25 153 353
Decimal 21 107 235
Hex 15 6B EB

RGB Percentages of Color #156beb

%5.79
%29.48
%64.74

CMYK Percentages of Color #156beb

%91
%54
%0
%8

Triadic Colors of #156beb

#156beb #eb156b #6beb15

Analogous Colors of #156beb

#156beb #2a15eb #15d6eb

Monochromatic Colors of #156beb

#156beb

Complementary Color

#156beb #eb9515

#156beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#156beb Color CSS Codes

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

#156beb Text Font Color

<p style="color:#156beb">Text here</p>

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


#156beb Background Color

<div style="background-color:#156beb">
Div content here</div>

This div background color is #156beb


#156beb Border Color

<div style="border:3px solid #156beb">
Div here</div>

This div border color is #156beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,107,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #156beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #156beb;
  -webkit-box-shadow: 1px 1px 3px 2px #156beb;
  box-shadow:         1px 1px 3px 2px #156beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156beb


Comments

No comments written yet.

Please login to write comment.