Color Hex Logo

#155ebf Color Hex

#155EBF
(21,94,191)
0 Favorites   0 Comments

Color spaces of #155ebf

RGB 2194191
HSL0.600.800.42
HSV214°89°75°
CMYK 0.890.510.00   0.25
XYZ13.715911.926450.8693
Yxy11.92640.17930.1559
Hunter Lab34.534610.4581-63.1596
CIE-Lab41.098916.1440-56.7430

#155ebf color RGB value is (21,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011110 10111111
Octal 25 136 277
Decimal 21 94 191
Hex 15 5E BF

RGB Percentages of Color #155ebf

%6.86
%30.72
%62.42

CMYK Percentages of Color #155ebf

%89
%51
%0
%25

Triadic Colors of #155ebf

#155ebf #bf155e #5ebf15

Analogous Colors of #155ebf

#155ebf #2115bf #15b3bf

Monochromatic Colors of #155ebf

#155ebf

Complementary Color

#155ebf #bf7615

#155ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#155ebf Color CSS Codes

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

#155ebf Text Font Color

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

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


#155ebf Background Color

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

This div background color is #155ebf


#155ebf Border Color

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

This div border color is #155ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155ebf


Comments

No comments written yet.

Please login to write comment.