Color Hex Logo

#138edc Color Hex

#138EDC
(19,142,220)
0 Favorites   0 Comments

Color spaces of #138edc

RGB 19142220
HSL0.560.840.47
HSV203°91°86°
CMYK 0.910.350.00   0.14
XYZ22.859824.651871.2636
Yxy24.65180.19250.2076
Hunter Lab49.6506-4.7047-50.3437
CIE-Lab56.7346-2.5677-48.2420

#138edc color RGB value is (19,142,220).

#138edc hex color red value is 19, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #138edc hue: 0.56 , saturation: 0.84 and the lightness value of 138edc is 0.47.

The process color (four color CMYK) of #138edc color hex is 0.91, 0.35, 0.00, 0.14. Web safe color of #138edc is #0099cc. Color #138edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001110 11011100
Octal 23 216 334
Decimal 19 142 220
Hex 13 8E DC

RGB Percentages of Color #138edc

%4.99
%37.27
%57.74

CMYK Percentages of Color #138edc

%91
%35
%0
%14

Triadic Colors of #138edc

#138edc #dc138e #8edc13

Analogous Colors of #138edc

#138edc #132adc #13dcc6

Monochromatic Colors of #138edc

#138edc

Complementary Color

#138edc #dc6113

#138edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#138edc Color CSS Codes

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

#138edc Text Font Color

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

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


#138edc Background Color

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

This div background color is #138edc


#138edc Border Color

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

This div border color is #138edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138edc


Comments

No comments written yet.

Please login to write comment.