Color Hex Logo

#138efd Color Hex

#138EFD
(19,142,253)
0 Favorites   0 Comments

Color spaces of #138efd

RGB 19142253
HSL0.580.980.53
HSV208°92°99°
CMYK 0.920.440.00   0.01
XYZ27.671226.576396.5998
Yxy26.57630.18340.1762
Hunter Lab51.55225.5954-75.0125
CIE-Lab58.58019.9194-63.5909

#138efd color RGB value is (19,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001110 11111101
Octal 23 216 375
Decimal 19 142 253
Hex 13 8E FD

RGB Percentages of Color #138efd

%4.59
%34.30
%61.11

CMYK Percentages of Color #138efd

%92
%44
%0
%1

Triadic Colors of #138efd

#138efd #fd138e #8efd13

Analogous Colors of #138efd

#138efd #1319fd #13fdf7

Monochromatic Colors of #138efd

#138efd

Complementary Color

#138efd #fd8213

#138efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#138efd Color CSS Codes

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

#138efd Text Font Color

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

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


#138efd Background Color

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

This div background color is #138efd


#138efd Border Color

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

This div border color is #138efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138efd

Related Colors


Comments

No comments written yet.

Please login to write comment.