Color Hex Logo

#138eae Color Hex

#138EAE
(19,142,174)
0 Favorites   0 Comments

Color spaces of #138eae

RGB 19142174
HSL0.530.800.38
HSV192°89°68°
CMYK 0.890.180.00   0.32
XYZ17.581522.540443.4685
Yxy22.54040.21030.2697
Hunter Lab47.4767-16.9825-21.0507
CIE-Lab54.5957-19.4029-25.5489

#138eae color RGB value is (19,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001110 10101110
Octal 23 216 256
Decimal 19 142 174
Hex 13 8E AE

RGB Percentages of Color #138eae

%5.67
%42.39
%51.94

CMYK Percentages of Color #138eae

%89
%18
%0
%32

Triadic Colors of #138eae

#138eae #ae138e #8eae13

Analogous Colors of #138eae

#138eae #1340ae #13ae81

Monochromatic Colors of #138eae

#138eae

Complementary Color

#138eae #ae3313

#138eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#138eae Color CSS Codes

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

#138eae Text Font Color

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

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


#138eae Background Color

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

This div background color is #138eae


#138eae Border Color

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

This div border color is #138eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138eae


Comments

No comments written yet.

Please login to write comment.