Color Hex Logo

#138adf Color Hex

#138ADF
(19,138,223)
0 Favorites   0 Comments

Color spaces of #138adf

RGB 19138223
HSL0.570.840.47
HSV205°91°87°
CMYK 0.910.380.00   0.13
XYZ22.676323.643173.1804
Yxy23.64310.18980.1979
Hunter Lab48.6242-1.8473-55.1958
CIE-Lab55.72870.9338-51.5194

#138adf color RGB value is (19,138,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001010 11011111
Octal 23 212 337
Decimal 19 138 223
Hex 13 8A DF

RGB Percentages of Color #138adf

%5.00
%36.32
%58.68

CMYK Percentages of Color #138adf

%91
%38
%0
%13

Triadic Colors of #138adf

#138adf #df138a #8adf13

Analogous Colors of #138adf

#138adf #1324df #13dfce

Monochromatic Colors of #138adf

#138adf

Complementary Color

#138adf #df6813

#138adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#138adf Color CSS Codes

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

#138adf Text Font Color

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

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


#138adf Background Color

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

This div background color is #138adf


#138adf Border Color

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

This div border color is #138adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138adf


Comments

No comments written yet.

Please login to write comment.