Color Hex Logo

#139ada Color Hex

#139ADA
(19,154,218)
0 Favorites   0 Comments

Color spaces of #139ada

RGB 19154218
HSL0.550.840.46
HSV199°91°85°
CMYK 0.910.290.00   0.15
XYZ24.479028.311670.5042
Yxy28.31160.19850.2296
Hunter Lab53.2086-10.9950-41.3163
CIE-Lab60.1692-10.1974-41.7012

#139ada color RGB value is (19,154,218).

#139ada hex color red value is 19, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #139ada hue: 0.55 , saturation: 0.84 and the lightness value of 139ada is 0.46.

The process color (four color CMYK) of #139ada color hex is 0.91, 0.29, 0.00, 0.15. Web safe color of #139ada is #0099cc. Color #139ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 11011010
Octal 23 232 332
Decimal 19 154 218
Hex 13 9A DA

RGB Percentages of Color #139ada

%4.86
%39.39
%55.75

CMYK Percentages of Color #139ada

%91
%29
%0
%15

Triadic Colors of #139ada

#139ada #da139a #9ada13

Analogous Colors of #139ada

#139ada #1337da #13dab7

Monochromatic Colors of #139ada

#139ada

Complementary Color

#139ada #da5313

#139ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#139ada Color CSS Codes

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

#139ada Text Font Color

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

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


#139ada Background Color

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

This div background color is #139ada


#139ada Border Color

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

This div border color is #139ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139ada


Comments

No comments written yet.

Please login to write comment.