Color Hex Logo

#139aac Color Hex

#139AAC
(19,154,172)
0 Favorites   0 Comments

Color spaces of #139aac

RGB 19154172
HSL0.520.800.37
HSV187°89°67°
CMYK 0.890.100.00   0.33
XYZ19.270626.228243.0766
Yxy26.22820.21760.2961
Hunter Lab51.2135-22.4576-14.0205
CIE-Lab58.2530-26.3212-18.7993

#139aac color RGB value is (19,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 10101100
Octal 23 232 254
Decimal 19 154 172
Hex 13 9A AC

RGB Percentages of Color #139aac

%5.51
%44.64
%49.86

CMYK Percentages of Color #139aac

%89
%10
%0
%33

Triadic Colors of #139aac

#139aac #ac139a #9aac13

Analogous Colors of #139aac

#139aac #134eac #13ac72

Monochromatic Colors of #139aac

#139aac

Complementary Color

#139aac #ac2513

#139aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#139aac Color CSS Codes

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

#139aac Text Font Color

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

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


#139aac Background Color

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

This div background color is #139aac


#139aac Border Color

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

This div border color is #139aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139aac


Comments

No comments written yet.

Please login to write comment.