Color Hex Logo

#138bce Color Hex

#138BCE
(19,139,206)
0 Favorites   0 Comments

Color spaces of #138bce

RGB 19139206
HSL0.560.830.44
HSV201°91°81°
CMYK 0.910.330.00   0.19
XYZ20.641823.059961.7556
Yxy23.05990.19570.2187
Hunter Lab48.0207-7.3077-42.6336
CIE-Lab55.1340-6.0692-42.9076

#138bce color RGB value is (19,139,206).

#138bce hex color red value is 19, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #138bce hue: 0.56 , saturation: 0.83 and the lightness value of 138bce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001011 11001110
Octal 23 213 316
Decimal 19 139 206
Hex 13 8B CE

RGB Percentages of Color #138bce

%5.22
%38.19
%56.59

CMYK Percentages of Color #138bce

%91
%33
%0
%19

Triadic Colors of #138bce

#138bce #ce138b #8bce13

Analogous Colors of #138bce

#138bce #132dce #13ceb4

Monochromatic Colors of #138bce

#138bce

Complementary Color

#138bce #ce5613

#138bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#138bce Color CSS Codes

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

#138bce Text Font Color

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

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


#138bce Background Color

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

This div background color is #138bce


#138bce Border Color

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

This div border color is #138bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138bce


Comments

No comments written yet.

Please login to write comment.