Color Hex Logo

#138bfc Color Hex

#138BFC
(19,139,252)
0 Favorites   0 Comments

Color spaces of #138bfc

RGB 19139252
HSL0.580.970.53
HSV209°92°99°
CMYK 0.920.450.00   0.01
XYZ27.071925.632095.6161
Yxy25.63200.18250.1728
Hunter Lab50.62816.8487-76.5354
CIE-Lab57.686111.3630-64.4777

#138bfc color RGB value is (19,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001011 11111100
Octal 23 213 374
Decimal 19 139 252
Hex 13 8B FC

RGB Percentages of Color #138bfc

%4.63
%33.90
%61.46

CMYK Percentages of Color #138bfc

%92
%45
%0
%1

Triadic Colors of #138bfc

#138bfc #fc138b #8bfc13

Analogous Colors of #138bfc

#138bfc #1316fc #13fcf9

Monochromatic Colors of #138bfc

#138bfc

Complementary Color

#138bfc #fc8413

#138bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#138bfc Color CSS Codes

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

#138bfc Text Font Color

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

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


#138bfc Background Color

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

This div background color is #138bfc


#138bfc Border Color

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

This div border color is #138bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138bfc


Comments

No comments written yet.

Please login to write comment.