Color Hex Logo

#155afb Color Hex

#155AFB
(21,90,251)
0 Favorites   0 Comments

Color spaces of #155afb

RGB 2190251
HSL0.620.970.53
HSV222°92°98°
CMYK 0.920.640.00   0.02
XYZ21.378014.436892.9266
Yxy14.43680.16610.1121
Hunter Lab37.995833.9388-118.4090
CIE-Lab44.852941.7770-84.7910

#155afb color RGB value is (21,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011010 11111011
Octal 25 132 373
Decimal 21 90 251
Hex 15 5A FB

RGB Percentages of Color #155afb

%5.80
%24.86
%69.34

CMYK Percentages of Color #155afb

%92
%64
%0
%2

Triadic Colors of #155afb

#155afb #fb155a #5afb15

Analogous Colors of #155afb

#155afb #4315fb #15cdfb

Monochromatic Colors of #155afb

#155afb

Complementary Color

#155afb #fbb615

#155afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#155afb Color CSS Codes

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

#155afb Text Font Color

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

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


#155afb Background Color

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

This div background color is #155afb


#155afb Border Color

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

This div border color is #155afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155afb


Comments

No comments written yet.

Please login to write comment.