Color Hex Logo

#159efc Color Hex

#159EFC
(21,158,252)
0 Favorites   0 Comments

Color spaces of #159efc

RGB 21158252
HSL0.570.970.54
HSV204°92°99°
CMYK 0.920.370.00   0.01
XYZ30.106831.641496.6161
Yxy31.64140.19010.1998
Hunter Lab56.2507-2.9010-62.4609
CIE-Lab63.04540.1231-55.9029

#159efc color RGB value is (21,158,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011110 11111100
Octal 25 236 374
Decimal 21 158 252
Hex 15 9E FC

RGB Percentages of Color #159efc

%4.87
%36.66
%58.47

CMYK Percentages of Color #159efc

%92
%37
%0
%1

Triadic Colors of #159efc

#159efc #fc159e #9efc15

Analogous Colors of #159efc

#159efc #152bfc #15fce7

Monochromatic Colors of #159efc

#159efc

Complementary Color

#159efc #fc7315

#159efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#159efc Color CSS Codes

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

#159efc Text Font Color

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

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


#159efc Background Color

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

This div background color is #159efc


#159efc Border Color

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

This div border color is #159efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159efc


Comments

No comments written yet.

Please login to write comment.