Color Hex Logo

#155bcd Color Hex

#155BCD
(21,91,205)
0 Favorites   0 Comments

Color spaces of #155bcd

RGB 2191205
HSL0.600.810.44
HSV217°90°80°
CMYK 0.900.560.00   0.20
XYZ15.069812.049459.2891
Yxy12.04940.17440.1394
Hunter Lab34.712216.7467-76.9697
CIE-Lab41.294523.6607-64.5347

#155bcd color RGB value is (21,91,205).

#155bcd hex color red value is 21, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #155bcd hue: 0.60 , saturation: 0.81 and the lightness value of 155bcd is 0.44.

The process color (four color CMYK) of #155bcd color hex is 0.90, 0.56, 0.00, 0.20. Web safe color of #155bcd is #0066cc. Color #155bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011011 11001101
Octal 25 133 315
Decimal 21 91 205
Hex 15 5B CD

RGB Percentages of Color #155bcd

%6.62
%28.71
%64.67

CMYK Percentages of Color #155bcd

%90
%56
%0
%20

Triadic Colors of #155bcd

#155bcd #cd155b #5bcd15

Analogous Colors of #155bcd

#155bcd #2b15cd #15b7cd

Monochromatic Colors of #155bcd

#155bcd

Complementary Color

#155bcd #cd8715

#155bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#155bcd Color CSS Codes

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

#155bcd Text Font Color

<p style="color:#155bcd">Text here</p>

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


#155bcd Background Color

<div style="background-color:#155bcd">
Div content here</div>

This div background color is #155bcd


#155bcd Border Color

<div style="border:3px solid #155bcd">
Div here</div>

This div border color is #155bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,91,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #155bcd;
  box-shadow:         1px 1px 3px 2px #155bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155bcd


Comments

No comments written yet.

Please login to write comment.