Color Hex Logo

#156add Color Hex

#156ADD
(21,106,221)
0 Favorites   0 Comments

Color spaces of #156add

RGB 21106221
HSL0.600.830.47
HSV215°90°87°
CMYK 0.900.520.00   0.13
XYZ18.514415.688070.4589
Yxy15.68800.17690.1499
Hunter Lab39.608114.1239-77.7455
CIE-Lab46.562520.1756-65.1240

#156add color RGB value is (21,106,221).

#156add hex color red value is 21, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #156add hue: 0.60 , saturation: 0.83 and the lightness value of 156add is 0.47.

The process color (four color CMYK) of #156add color hex is 0.90, 0.52, 0.00, 0.13. Web safe color of #156add is #0066cc. Color #156add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101010 11011101
Octal 25 152 335
Decimal 21 106 221
Hex 15 6A DD

RGB Percentages of Color #156add

%6.03
%30.46
%63.51

CMYK Percentages of Color #156add

%90
%52
%0
%13

Triadic Colors of #156add

#156add #dd156a #6add15

Analogous Colors of #156add

#156add #2415dd #15cedd

Monochromatic Colors of #156add

#156add

Complementary Color

#156add #dd8815

#156add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156add Color Preview on White Background

Lorem ipsum dolor sit amet.

#156add Color CSS Codes

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

#156add Text Font Color

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

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


#156add Background Color

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

This div background color is #156add


#156add Border Color

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

This div border color is #156add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156add


Comments

No comments written yet.

Please login to write comment.