Color Hex Logo

#138bde Color Hex

#138BDE
(19,139,222)
0 Favorites   0 Comments

Color spaces of #138bde

RGB 19139222
HSL0.570.840.47
HSV205°91°87°
CMYK 0.910.370.00   0.13
XYZ22.686023.877672.5204
Yxy23.87760.19050.2005
Hunter Lab48.8647-2.6426-53.7873
CIE-Lab55.9650-0.0407-50.5837

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001011 11011110
Octal 23 213 336
Decimal 19 139 222
Hex 13 8B DE

RGB Percentages of Color #138bde

%5.00
%36.58
%58.42

CMYK Percentages of Color #138bde

%91
%37
%0
%13

Triadic Colors of #138bde

#138bde #de138b #8bde13

Analogous Colors of #138bde

#138bde #1325de #13decc

Monochromatic Colors of #138bde

#138bde

Complementary Color

#138bde #de6613

#138bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#138bde Color CSS Codes

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

#138bde Text Font Color

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

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


#138bde Background Color

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

This div background color is #138bde


#138bde Border Color

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

This div border color is #138bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138bde


Comments

No comments written yet.

Please login to write comment.