Color Hex Logo

#138cad Color Hex

#138CAD
(19,140,173)
0 Favorites   0 Comments

Color spaces of #138cad

RGB 19140173
HSL0.540.800.38
HSV193°89°68°
CMYK 0.890.190.00   0.32
XYZ17.189521.911742.8586
Yxy21.91170.20970.2673
Hunter Lab46.8099-16.3688-21.5182
CIE-Lab53.9332-18.6803-25.9992

#138cad color RGB value is (19,140,173).

#138cad hex color red value is 19, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #138cad hue: 0.54 , saturation: 0.80 and the lightness value of 138cad is 0.38.

The process color (four color CMYK) of #138cad color hex is 0.89, 0.19, 0.00, 0.32. Web safe color of #138cad is #009999. Color #138cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001100 10101101
Octal 23 214 255
Decimal 19 140 173
Hex 13 8C AD

RGB Percentages of Color #138cad

%5.72
%42.17
%52.11

CMYK Percentages of Color #138cad

%89
%19
%0
%32

Triadic Colors of #138cad

#138cad #ad138c #8cad13

Analogous Colors of #138cad

#138cad #133fad #13ad81

Monochromatic Colors of #138cad

#138cad

Complementary Color

#138cad #ad3413

#138cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#138cad Color CSS Codes

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

#138cad Text Font Color

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

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


#138cad Background Color

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

This div background color is #138cad


#138cad Border Color

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

This div border color is #138cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138cad


Comments

No comments written yet.

Please login to write comment.