Color Hex Logo

#138dfc Color Hex

#138DFC
(19,141,252)
0 Favorites   0 Comments

Color spaces of #138dfc

RGB 19141252
HSL0.580.970.53
HSV209°92°99°
CMYK 0.920.440.00   0.01
XYZ27.364126.216595.7135
Yxy26.21650.18330.1756
Hunter Lab51.20215.7928-74.9911
CIE-Lab58.242010.1462-63.5843

#138dfc color RGB value is (19,141,252).

#138dfc hex color red value is 19, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #138dfc hue: 0.58 , saturation: 0.97 and the lightness value of 138dfc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001101 11111100
Octal 23 215 374
Decimal 19 141 252
Hex 13 8D FC

RGB Percentages of Color #138dfc

%4.61
%34.22
%61.17

CMYK Percentages of Color #138dfc

%92
%44
%0
%1

Triadic Colors of #138dfc

#138dfc #fc138d #8dfc13

Analogous Colors of #138dfc

#138dfc #1319fc #13fcf7

Monochromatic Colors of #138dfc

#138dfc

Complementary Color

#138dfc #fc8213

#138dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#138dfc Color CSS Codes

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

#138dfc Text Font Color

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

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


#138dfc Background Color

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

This div background color is #138dfc


#138dfc Border Color

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

This div border color is #138dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138dfc


Comments

No comments written yet.

Please login to write comment.