Color Hex Logo

#155aeb Color Hex

#155AEB
(21,90,235)
0 Favorites   0 Comments

Color spaces of #155aeb

RGB 2190235
HSL0.610.840.50
HSV221°91°92°
CMYK 0.910.620.00   0.08
XYZ18.960813.469980.1979
Yxy13.46990.16830.1196
Hunter Lab36.701427.9900-103.8665
CIE-Lab43.462935.8468-78.0971

#155aeb color RGB value is (21,90,235).

#155aeb hex color red value is 21, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #155aeb hue: 0.61 , saturation: 0.84 and the lightness value of 155aeb is 0.50.

The process color (four color CMYK) of #155aeb color hex is 0.91, 0.62, 0.00, 0.08. Web safe color of #155aeb is #0066ff. Color #155aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011010 11101011
Octal 25 132 353
Decimal 21 90 235
Hex 15 5A EB

RGB Percentages of Color #155aeb

%6.07
%26.01
%67.92

CMYK Percentages of Color #155aeb

%91
%62
%0
%8

Triadic Colors of #155aeb

#155aeb #eb155a #5aeb15

Analogous Colors of #155aeb

#155aeb #3b15eb #15c5eb

Monochromatic Colors of #155aeb

#155aeb

Complementary Color

#155aeb #eba615

#155aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#155aeb Color CSS Codes

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

#155aeb Text Font Color

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

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


#155aeb Background Color

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

This div background color is #155aeb


#155aeb Border Color

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

This div border color is #155aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155aeb


Comments

No comments written yet.

Please login to write comment.