Color Hex Logo

#155ebd Color Hex

#155EBD
(21,94,189)
0 Favorites   0 Comments

Color spaces of #155ebd

RGB 2194189
HSL0.590.800.41
HSV214°89°74°
CMYK 0.890.500.00   0.26
XYZ13.497311.839049.7179
Yxy11.83900.17980.1577
Hunter Lab34.40789.8072-61.5861
CIE-Lab40.959115.3459-55.8042

#155ebd color RGB value is (21,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011110 10111101
Octal 25 136 275
Decimal 21 94 189
Hex 15 5E BD

RGB Percentages of Color #155ebd

%6.91
%30.92
%62.17

CMYK Percentages of Color #155ebd

%89
%50
%0
%26

Triadic Colors of #155ebd

#155ebd #bd155e #5ebd15

Analogous Colors of #155ebd

#155ebd #2015bd #15b2bd

Monochromatic Colors of #155ebd

#155ebd

Complementary Color

#155ebd #bd7415

#155ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#155ebd Color CSS Codes

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

#155ebd Text Font Color

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

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


#155ebd Background Color

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

This div background color is #155ebd


#155ebd Border Color

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

This div border color is #155ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155ebd


Comments

No comments written yet.

Please login to write comment.