Color Hex Logo

#138fe6 Color Hex

#138FE6
(19,143,230)
0 Favorites   0 Comments

Color spaces of #138fe6

RGB 19143230
HSL0.570.850.49
HSV205°92°90°
CMYK 0.920.380.00   0.10
XYZ24.373925.496578.4996
Yxy25.49650.18990.1986
Hunter Lab50.4941-2.2012-56.8282
CIE-Lab57.55600.6104-52.5146

#138fe6 color RGB value is (19,143,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001111 11100110
Octal 23 217 346
Decimal 19 143 230
Hex 13 8F E6

RGB Percentages of Color #138fe6

%4.85
%36.48
%58.67

CMYK Percentages of Color #138fe6

%92
%38
%0
%10

Triadic Colors of #138fe6

#138fe6 #e6138f #8fe613

Analogous Colors of #138fe6

#138fe6 #1325e6 #13e6d4

Monochromatic Colors of #138fe6

#138fe6

Complementary Color

#138fe6 #e66a13

#138fe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138fe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138fe6 Color CSS Codes

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

#138fe6 Text Font Color

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

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


#138fe6 Background Color

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

This div background color is #138fe6


#138fe6 Border Color

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

This div border color is #138fe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138fe6


Comments

No comments written yet.

Please login to write comment.