Color Hex Logo

#138ffd Color Hex

#138FFD
(19,143,253)
0 Favorites   0 Comments

Color spaces of #138ffd

RGB 19143253
HSL0.580.980.53
HSV208°92°99°
CMYK 0.920.430.00   0.01
XYZ27.820626.875296.6496
Yxy26.87520.18380.1776
Hunter Lab51.84135.0696-74.2476
CIE-Lab58.85869.3141-63.1437

#138ffd color RGB value is (19,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001111 11111101
Octal 23 217 375
Decimal 19 143 253
Hex 13 8F FD

RGB Percentages of Color #138ffd

%4.58
%34.46
%60.96

CMYK Percentages of Color #138ffd

%92
%43
%0
%1

Triadic Colors of #138ffd

#138ffd #fd138f #8ffd13

Analogous Colors of #138ffd

#138ffd #131afd #13fdf6

Monochromatic Colors of #138ffd

#138ffd

Complementary Color

#138ffd #fd8113

#138ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#138ffd Color CSS Codes

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

#138ffd Text Font Color

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

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


#138ffd Background Color

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

This div background color is #138ffd


#138ffd Border Color

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

This div border color is #138ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.