Color Hex Logo

#138bea Color Hex

#138BEA
(19,139,234)
0 Favorites   0 Comments

Color spaces of #138bea

RGB 19139234
HSL0.570.850.50
HSV207°92°92°
CMYK 0.920.410.00   0.08
XYZ24.352524.544281.2959
Yxy24.54420.18700.1885
Hunter Lab49.54211.0433-62.6122
CIE-Lab56.62864.5149-56.2182

#138bea color RGB value is (19,139,234).

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

The process color (four color CMYK) of #138bea color hex is 0.92, 0.41, 0.00, 0.08. Web safe color of #138bea is #0099ff. Color #138bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001011 11101010
Octal 23 213 352
Decimal 19 139 234
Hex 13 8B EA

RGB Percentages of Color #138bea

%4.85
%35.46
%59.69

CMYK Percentages of Color #138bea

%92
%41
%0
%8

Triadic Colors of #138bea

#138bea #ea138b #8bea13

Analogous Colors of #138bea

#138bea #1320ea #13eade

Monochromatic Colors of #138bea

#138bea

Complementary Color

#138bea #ea7213

#138bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#138bea Color CSS Codes

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

#138bea Text Font Color

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

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


#138bea Background Color

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

This div background color is #138bea


#138bea Border Color

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

This div border color is #138bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138bea


Comments

No comments written yet.

Please login to write comment.