Color Hex Logo

#138ada Color Hex

#138ADA
(19,138,218)
0 Favorites   0 Comments

Color spaces of #138ada

RGB 19138218
HSL0.570.840.46
HSV204°91°85°
CMYK 0.910.370.00   0.15
XYZ22.011923.377469.6818
Yxy23.37740.19130.2032
Hunter Lab48.3502-3.3489-51.6030
CIE-Lab55.4590-0.9624-49.1469

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001010 11011010
Octal 23 212 332
Decimal 19 138 218
Hex 13 8A DA

RGB Percentages of Color #138ada

%5.07
%36.80
%58.13

CMYK Percentages of Color #138ada

%91
%37
%0
%15

Triadic Colors of #138ada

#138ada #da138a #8ada13

Analogous Colors of #138ada

#138ada #1327da #13dac7

Monochromatic Colors of #138ada

#138ada

Complementary Color

#138ada #da6313

#138ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#138ada Color CSS Codes

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

#138ada Text Font Color

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

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


#138ada Background Color

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

This div background color is #138ada


#138ada Border Color

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

This div border color is #138ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138ada


Comments

No comments written yet.

Please login to write comment.