Color Hex Logo

#155abd Color Hex

#155ABD
(21,90,189)
0 Favorites   0 Comments

Color spaces of #155abd

RGB 2190189
HSL0.600.800.41
HSV215°89°74°
CMYK 0.890.520.00   0.26
XYZ13.150711.145949.6024
Yxy11.14590.17800.1508
Hunter Lab33.385511.8874-64.7202
CIE-Lab39.825117.9814-57.6400

#155abd color RGB value is (21,90,189).

#155abd hex color red value is 21, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #155abd hue: 0.60 , saturation: 0.80 and the lightness value of 155abd is 0.41.

The process color (four color CMYK) of #155abd color hex is 0.89, 0.52, 0.00, 0.26. Web safe color of #155abd is #0066cc. Color #155abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011010 10111101
Octal 25 132 275
Decimal 21 90 189
Hex 15 5A BD

RGB Percentages of Color #155abd

%7.00
%30.00
%63.00

CMYK Percentages of Color #155abd

%89
%52
%0
%26

Triadic Colors of #155abd

#155abd #bd155a #5abd15

Analogous Colors of #155abd

#155abd #2415bd #15aebd

Monochromatic Colors of #155abd

#155abd

Complementary Color

#155abd #bd7815

#155abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#155abd Color CSS Codes

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

#155abd Text Font Color

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

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


#155abd Background Color

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

This div background color is #155abd


#155abd Border Color

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

This div border color is #155abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155abd


Comments

No comments written yet.

Please login to write comment.