Color Hex Logo

#159abf Color Hex

#159ABF
(21,154,191)
0 Favorites   0 Comments

Color spaces of #159abf

RGB 21154191
HSL0.540.800.42
HSV193°89°75°
CMYK 0.890.190.00   0.25
XYZ21.268827.032253.3870
Yxy27.03220.20920.2658
Hunter Lab51.9925-17.9671-24.4855
CIE-Lab59.0041-19.7381-28.3911

#159abf color RGB value is (21,154,191).

#159abf hex color red value is 21, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #159abf hue: 0.54 , saturation: 0.80 and the lightness value of 159abf is 0.42.

The process color (four color CMYK) of #159abf color hex is 0.89, 0.19, 0.00, 0.25. Web safe color of #159abf is #0099cc. Color #159abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011010 10111111
Octal 25 232 277
Decimal 21 154 191
Hex 15 9A BF

RGB Percentages of Color #159abf

%5.74
%42.08
%52.19

CMYK Percentages of Color #159abf

%89
%19
%0
%25

Triadic Colors of #159abf

#159abf #bf159a #9abf15

Analogous Colors of #159abf

#159abf #1545bf #15bf8f

Monochromatic Colors of #159abf

#159abf

Complementary Color

#159abf #bf3a15

#159abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#159abf Color CSS Codes

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

#159abf Text Font Color

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

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


#159abf Background Color

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

This div background color is #159abf


#159abf Border Color

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

This div border color is #159abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159abf


Comments

No comments written yet.

Please login to write comment.