Color Hex Logo

#155eea Color Hex

#155EEA
(21,94,234)
0 Favorites   0 Comments

Color spaces of #155eea

RGB 2194234
HSL0.610.840.50
HSV219°91°92°
CMYK 0.910.600.00   0.08
XYZ19.163214.105379.5545
Yxy14.10530.16990.1250
Hunter Lab37.557025.3535-99.3001
CIE-Lab44.383632.9142-76.0254

#155eea color RGB value is (21,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011110 11101010
Octal 25 136 352
Decimal 21 94 234
Hex 15 5E EA

RGB Percentages of Color #155eea

%6.02
%26.93
%67.05

CMYK Percentages of Color #155eea

%91
%60
%0
%8

Triadic Colors of #155eea

#155eea #ea155e #5eea15

Analogous Colors of #155eea

#155eea #3715ea #15c9ea

Monochromatic Colors of #155eea

#155eea

Complementary Color

#155eea #eaa115

#155eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#155eea Color CSS Codes

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

#155eea Text Font Color

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

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


#155eea Background Color

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

This div background color is #155eea


#155eea Border Color

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

This div border color is #155eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155eea


Comments

No comments written yet.

Please login to write comment.