Color Hex Logo

#138edd Color Hex

#138EDD
(19,142,221)
0 Favorites   0 Comments

Color spaces of #138edd

RGB 19142221
HSL0.570.840.47
HSV203°91°87°
CMYK 0.910.360.00   0.13
XYZ22.992724.704971.9633
Yxy24.70490.19210.2065
Hunter Lab49.7040-4.4093-51.0494
CIE-Lab56.7868-2.1912-48.7185

#138edd color RGB value is (19,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001110 11011101
Octal 23 216 335
Decimal 19 142 221
Hex 13 8E DD

RGB Percentages of Color #138edd

%4.97
%37.17
%57.85

CMYK Percentages of Color #138edd

%91
%36
%0
%13

Triadic Colors of #138edd

#138edd #dd138e #8edd13

Analogous Colors of #138edd

#138edd #1329dd #13ddc7

Monochromatic Colors of #138edd

#138edd

Complementary Color

#138edd #dd6213

#138edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#138edd Color CSS Codes

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

#138edd Text Font Color

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

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


#138edd Background Color

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

This div background color is #138edd


#138edd Border Color

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

This div border color is #138edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138edd


Comments

No comments written yet.

Please login to write comment.