Color Hex Logo

#156bea Color Hex

#156BEA
(21,107,234)
0 Favorites   0 Comments

Color spaces of #156bea

RGB 21107234
HSL0.600.840.50
HSV216°91°92°
CMYK 0.910.540.00   0.08
XYZ20.418216.615379.9728
Yxy16.61530.17450.1420
Hunter Lab40.761918.0799-87.7908
CIE-Lab47.771624.5761-70.4992

#156bea color RGB value is (21,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101011 11101010
Octal 25 153 352
Decimal 21 107 234
Hex 15 6B EA

RGB Percentages of Color #156bea

%5.80
%29.56
%64.64

CMYK Percentages of Color #156bea

%91
%54
%0
%8

Triadic Colors of #156bea

#156bea #ea156b #6bea15

Analogous Colors of #156bea

#156bea #2a15ea #15d6ea

Monochromatic Colors of #156bea

#156bea

Complementary Color

#156bea #ea9415

#156bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#156bea Color CSS Codes

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

#156bea Text Font Color

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

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


#156bea Background Color

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

This div background color is #156bea


#156bea Border Color

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

This div border color is #156bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156bea


Comments

No comments written yet.

Please login to write comment.