Color Hex Logo

#139daf Color Hex

#139DAF
(19,157,175)
0 Favorites   0 Comments

Color spaces of #139daf

RGB 19157175
HSL0.520.800.38
HSV187°89°69°
CMYK 0.890.100.00   0.31
XYZ20.063427.347544.7786
Yxy27.34750.21760.2966
Hunter Lab52.2948-23.0328-14.1620
CIE-Lab59.2946-26.8367-18.9122

#139daf color RGB value is (19,157,175).

#139daf hex color red value is 19, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #139daf hue: 0.52 , saturation: 0.80 and the lightness value of 139daf is 0.38.

The process color (four color CMYK) of #139daf color hex is 0.89, 0.10, 0.00, 0.31. Web safe color of #139daf is #009999. Color #139daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011101 10101111
Octal 23 235 257
Decimal 19 157 175
Hex 13 9D AF

RGB Percentages of Color #139daf

%5.41
%44.73
%49.86

CMYK Percentages of Color #139daf

%89
%10
%0
%31

Triadic Colors of #139daf

#139daf #af139d #9daf13

Analogous Colors of #139daf

#139daf #134faf #13af73

Monochromatic Colors of #139daf

#139daf

Complementary Color

#139daf #af2513

#139daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#139daf Color CSS Codes

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

#139daf Text Font Color

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

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


#139daf Background Color

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

This div background color is #139daf


#139daf Border Color

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

This div border color is #139daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,157,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139daf


Comments

No comments written yet.

Please login to write comment.