Color Hex Logo

#156cdd Color Hex

#156CDD
(21,108,221)
0 Favorites   0 Comments

Color spaces of #156cdd

RGB 21108221
HSL0.590.830.47
HSV214°90°87°
CMYK 0.900.510.00   0.13
XYZ18.723016.105070.5284
Yxy16.10500.17770.1529
Hunter Lab40.131013.0493-76.1077
CIE-Lab47.111918.8916-64.2335

#156cdd color RGB value is (21,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101100 11011101
Octal 25 154 335
Decimal 21 108 221
Hex 15 6C DD

RGB Percentages of Color #156cdd

%6.00
%30.86
%63.14

CMYK Percentages of Color #156cdd

%90
%51
%0
%13

Triadic Colors of #156cdd

#156cdd #dd156c #6cdd15

Analogous Colors of #156cdd

#156cdd #2215dd #15d0dd

Monochromatic Colors of #156cdd

#156cdd

Complementary Color

#156cdd #dd8615

#156cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#156cdd Color CSS Codes

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

#156cdd Text Font Color

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

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


#156cdd Background Color

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

This div background color is #156cdd


#156cdd Border Color

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

This div border color is #156cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156cdd


Comments

No comments written yet.

Please login to write comment.