Color Hex Logo

#159dfc Color Hex

#159DFC
(21,157,252)
0 Favorites   0 Comments

Color spaces of #159dfc

RGB 21157252
HSL0.570.970.54
HSV205°92°99°
CMYK 0.920.380.00   0.01
XYZ29.936931.301696.5594
Yxy31.30160.18970.1984
Hunter Lab55.9478-2.3959-63.1641
CIE-Lab62.76140.7048-56.3549

#159dfc color RGB value is (21,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011101 11111100
Octal 25 235 374
Decimal 21 157 252
Hex 15 9D FC

RGB Percentages of Color #159dfc

%4.88
%36.51
%58.60

CMYK Percentages of Color #159dfc

%92
%38
%0
%1

Triadic Colors of #159dfc

#159dfc #fc159d #9dfc15

Analogous Colors of #159dfc

#159dfc #152afc #15fce8

Monochromatic Colors of #159dfc

#159dfc

Complementary Color

#159dfc #fc7415

#159dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#159dfc Color CSS Codes

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

#159dfc Text Font Color

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

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


#159dfc Background Color

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

This div background color is #159dfc


#159dfc Border Color

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

This div border color is #159dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159dfc


Comments

No comments written yet.

Please login to write comment.