Color Hex Logo

#139cda Color Hex

#139CDA
(19,156,218)
0 Favorites   0 Comments

Color spaces of #139cda

RGB 19156218
HSL0.550.840.46
HSV199°91°85°
CMYK 0.910.280.00   0.15
XYZ24.811928.977370.6151
Yxy28.97730.19940.2329
Hunter Lab53.8306-11.9282-40.0954
CIE-Lab60.7616-11.3152-40.7705

#139cda color RGB value is (19,156,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011100 11011010
Octal 23 234 332
Decimal 19 156 218
Hex 13 9C DA

RGB Percentages of Color #139cda

%4.83
%39.69
%55.47

CMYK Percentages of Color #139cda

%91
%28
%0
%15

Triadic Colors of #139cda

#139cda #da139c #9cda13

Analogous Colors of #139cda

#139cda #1339da #13dab5

Monochromatic Colors of #139cda

#139cda

Complementary Color

#139cda #da5113

#139cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#139cda Color CSS Codes

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

#139cda Text Font Color

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

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


#139cda Background Color

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

This div background color is #139cda


#139cda Border Color

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

This div border color is #139cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139cda


Comments

No comments written yet.

Please login to write comment.