Color Hex Logo

#139dda Color Hex

#139DDA
(19,157,218)
0 Favorites   0 Comments

Color spaces of #139dda

RGB 19157218
HSL0.550.840.46
HSV198°91°85°
CMYK 0.910.280.00   0.15
XYZ24.980429.314370.6713
Yxy29.31430.19990.2346
Hunter Lab54.1427-12.3932-39.4901
CIE-Lab61.0580-11.8712-40.3054

#139dda color RGB value is (19,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011101 11011010
Octal 23 235 332
Decimal 19 157 218
Hex 13 9D DA

RGB Percentages of Color #139dda

%4.82
%39.85
%55.33

CMYK Percentages of Color #139dda

%91
%28
%0
%15

Triadic Colors of #139dda

#139dda #da139d #9dda13

Analogous Colors of #139dda

#139dda #133ada #13dab4

Monochromatic Colors of #139dda

#139dda

Complementary Color

#139dda #da5013

#139dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#139dda Color CSS Codes

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

#139dda Text Font Color

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

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


#139dda Background Color

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

This div background color is #139dda


#139dda Border Color

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

This div border color is #139dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139dda


Comments

No comments written yet.

Please login to write comment.