Color Hex Logo

#159efe Color Hex

#159EFE
(21,158,254)
0 Favorites   0 Comments

Color spaces of #159efe

RGB 21158254
HSL0.570.990.54
HSV205°92°100°
CMYK 0.920.380.00   0.00
XYZ30.425531.768998.2943
Yxy31.76890.18960.1980
Hunter Lab56.3639-2.2817-63.9424
CIE-Lab63.15140.8645-56.8265

#159efe color RGB value is (21,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011110 11111110
Octal 25 236 376
Decimal 21 158 254
Hex 15 9E FE

RGB Percentages of Color #159efe

%4.85
%36.49
%58.66

CMYK Percentages of Color #159efe

%92
%38
%0
%0

Triadic Colors of #159efe

#159efe #fe159e #9efe15

Analogous Colors of #159efe

#159efe #1529fe #15feea

Monochromatic Colors of #159efe

#159efe

Complementary Color

#159efe #fe7515

#159efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#159efe Color CSS Codes

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

#159efe Text Font Color

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

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


#159efe Background Color

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

This div background color is #159efe


#159efe Border Color

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

This div border color is #159efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,158,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 #159efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159efe

Related Colors


Comments

No comments written yet.

Please login to write comment.