Color Hex Logo

#155afe Color Hex

#155AFE
(21,90,254)
0 Favorites   0 Comments

Color spaces of #155afe

RGB 2190254
HSL0.620.990.54
HSV222°92°100°
CMYK 0.920.650.00   0.00
XYZ21.854814.627595.4374
Yxy14.62750.16570.1109
Hunter Lab38.245935.0696-121.1779
CIE-Lab45.119742.8711-86.0245

#155afe color RGB value is (21,90,254).

#155afe hex color red value is 21, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #155afe hue: 0.62 , saturation: 0.99 and the lightness value of 155afe is 0.54.

The process color (four color CMYK) of #155afe color hex is 0.92, 0.65, 0.00, 0.00. Web safe color of #155afe is #0066ff. Color #155afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011010 11111110
Octal 25 132 376
Decimal 21 90 254
Hex 15 5A FE

RGB Percentages of Color #155afe

%5.75
%24.66
%69.59

CMYK Percentages of Color #155afe

%92
%65
%0
%0

Triadic Colors of #155afe

#155afe #fe155a #5afe15

Analogous Colors of #155afe

#155afe #4415fe #15cffe

Monochromatic Colors of #155afe

#155afe

Complementary Color

#155afe #feb915

#155afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#155afe Color CSS Codes

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

#155afe Text Font Color

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

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


#155afe Background Color

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

This div background color is #155afe


#155afe Border Color

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

This div border color is #155afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155afe


Comments

No comments written yet.

Please login to write comment.