Color Hex Logo

#159eff Color Hex

#159EFF
(21,158,255)
0 Favorites   0 Comments

Color spaces of #159eff

RGB 21158255
HSL0.571.000.54
HSV205°92°100°
CMYK 0.920.380.00   0.00
XYZ30.586131.833199.1401
Yxy31.83310.18930.1970
Hunter Lab56.4208-1.9704-64.6871
CIE-Lab63.20471.2356-57.2875

#159eff color RGB value is (21,158,255).

#159eff hex color red value is 21, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #159eff hue: 0.57 , saturation: 1.00 and the lightness value of 159eff is 0.54.

The process color (four color CMYK) of #159eff color hex is 0.92, 0.38, 0.00, 0.00. Web safe color of #159eff is #0099ff. Color #159eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011110 11111111
Octal 25 236 377
Decimal 21 158 255
Hex 15 9E FF

RGB Percentages of Color #159eff

%4.84
%36.41
%58.76

CMYK Percentages of Color #159eff

%92
%38
%0
%0

Triadic Colors of #159eff

#159eff #ff159e #9eff15

Analogous Colors of #159eff

#159eff #1529ff #15ffeb

Monochromatic Colors of #159eff

#159eff

Complementary Color

#159eff #ff7615

#159eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#159eff Color CSS Codes

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

#159eff Text Font Color

<p style="color:#159eff">Text here</p>

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


#159eff Background Color

<div style="background-color:#159eff">
Div content here</div>

This div background color is #159eff


#159eff Border Color

<div style="border:3px solid #159eff">
Div here</div>

This div border color is #159eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,158,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #159eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #159eff;
  -webkit-box-shadow: 1px 1px 3px 2px #159eff;
  box-shadow:         1px 1px 3px 2px #159eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159eff


Comments

No comments written yet.

Please login to write comment.