Color Hex Logo

#155aec Color Hex

#155AEC
(21,90,236)
0 Favorites   0 Comments

Color spaces of #155aec

RGB 2190236
HSL0.610.850.50
HSV221°91°93°
CMYK 0.910.620.00   0.07
XYZ19.105713.527980.9610
Yxy13.52790.16820.1191
Hunter Lab36.780328.3572-104.7633
CIE-Lab43.548136.2217-78.5212

#155aec color RGB value is (21,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011010 11101100
Octal 25 132 354
Decimal 21 90 236
Hex 15 5A EC

RGB Percentages of Color #155aec

%6.05
%25.94
%68.01

CMYK Percentages of Color #155aec

%91
%62
%0
%7

Triadic Colors of #155aec

#155aec #ec155a #5aec15

Analogous Colors of #155aec

#155aec #3b15ec #15c6ec

Monochromatic Colors of #155aec

#155aec

Complementary Color

#155aec #eca715

#155aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#155aec Color CSS Codes

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

#155aec Text Font Color

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

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


#155aec Background Color

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

This div background color is #155aec


#155aec Border Color

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

This div border color is #155aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155aec


Comments

No comments written yet.

Please login to write comment.