Color Hex Logo

#138ade Color Hex

#138ADE
(19,138,222)
0 Favorites   0 Comments

Color spaces of #138ade

RGB 19138222
HSL0.570.840.47
HSV205°91°87°
CMYK 0.910.380.00   0.13
XYZ22.541923.589372.4724
Yxy23.58930.19010.1989
Hunter Lab48.5688-2.1495-54.4719
CIE-Lab55.67420.5547-51.0465

#138ade color RGB value is (19,138,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001010 11011110
Octal 23 212 336
Decimal 19 138 222
Hex 13 8A DE

RGB Percentages of Color #138ade

%5.01
%36.41
%58.58

CMYK Percentages of Color #138ade

%91
%38
%0
%13

Triadic Colors of #138ade

#138ade #de138a #8ade13

Analogous Colors of #138ade

#138ade #1324de #13decd

Monochromatic Colors of #138ade

#138ade

Complementary Color

#138ade #de6713

#138ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#138ade Color CSS Codes

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

#138ade Text Font Color

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

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


#138ade Background Color

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

This div background color is #138ade


#138ade Border Color

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

This div border color is #138ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138ade


Comments

No comments written yet.

Please login to write comment.