Color Hex Logo

#139abf Color Hex

#139ABF
(19,154,191)
0 Favorites   0 Comments

Color spaces of #139abf

RGB 19154191
HSL0.540.820.41
HSV193°90°75°
CMYK 0.900.190.00   0.25
XYZ21.228127.011253.3851
Yxy27.01120.20890.2658
Hunter Lab51.9723-18.0432-24.5211
CIE-Lab58.9847-19.8481-28.4227

#139abf color RGB value is (19,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 10111111
Octal 23 232 277
Decimal 19 154 191
Hex 13 9A BF

RGB Percentages of Color #139abf

%5.22
%42.31
%52.47

CMYK Percentages of Color #139abf

%90
%19
%0
%25

Triadic Colors of #139abf

#139abf #bf139a #9abf13

Analogous Colors of #139abf

#139abf #1344bf #13bf8e

Monochromatic Colors of #139abf

#139abf

Complementary Color

#139abf #bf3813

#139abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#139abf Color CSS Codes

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

#139abf Text Font Color

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

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


#139abf Background Color

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

This div background color is #139abf


#139abf Border Color

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

This div border color is #139abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #139abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139abf


Comments

No comments written yet.

Please login to write comment.