Color Hex Logo

#138ca3 Color Hex

#138CA3
(19,140,163)
0 Favorites   0 Comments

Color spaces of #138ca3

RGB 19140163
HSL0.530.790.36
HSV190°88°64°
CMYK 0.880.140.00   0.36
XYZ16.257521.539037.9509
Yxy21.53900.21460.2844
Hunter Lab46.4101-18.6891-15.9961
CIE-Lab53.5344-22.1670-20.8638

#138ca3 color RGB value is (19,140,163).

#138ca3 hex color red value is 19, green value is 140 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #138ca3 hue: 0.53 , saturation: 0.79 and the lightness value of 138ca3 is 0.36.

The process color (four color CMYK) of #138ca3 color hex is 0.88, 0.14, 0.00, 0.36. Web safe color of #138ca3 is #009999. Color #138ca3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001100 10100011
Octal 23 214 243
Decimal 19 140 163
Hex 13 8C A3

RGB Percentages of Color #138ca3

%5.90
%43.48
%50.62

CMYK Percentages of Color #138ca3

%88
%14
%0
%36

Triadic Colors of #138ca3

#138ca3 #a3138c #8ca313

Analogous Colors of #138ca3

#138ca3 #1344a3 #13a372

Monochromatic Colors of #138ca3

#138ca3

Complementary Color

#138ca3 #a32a13

#138ca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138ca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138ca3 Color CSS Codes

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

#138ca3 Text Font Color

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

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


#138ca3 Background Color

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

This div background color is #138ca3


#138ca3 Border Color

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

This div border color is #138ca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138ca3


Comments

No comments written yet.

Please login to write comment.