Color Hex Logo

#138aec Color Hex

#138AEC
(19,138,236)
0 Favorites   0 Comments

Color spaces of #138aec

RGB 19138236
HSL0.580.850.50
HSV207°92°93°
CMYK 0.920.420.00   0.07
XYZ24.497424.371582.7699
Yxy24.37150.18610.1851
Hunter Lab49.36752.1831-64.8488
CIE-Lab56.45785.8795-57.6026

#138aec color RGB value is (19,138,236).

#138aec hex color red value is 19, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #138aec hue: 0.58 , saturation: 0.85 and the lightness value of 138aec is 0.50.

The process color (four color CMYK) of #138aec color hex is 0.92, 0.42, 0.00, 0.07. Web safe color of #138aec is #0099ff. Color #138aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001010 11101100
Octal 23 212 354
Decimal 19 138 236
Hex 13 8A EC

RGB Percentages of Color #138aec

%4.83
%35.11
%60.05

CMYK Percentages of Color #138aec

%92
%42
%0
%7

Triadic Colors of #138aec

#138aec #ec138a #8aec13

Analogous Colors of #138aec

#138aec #131eec #13ece2

Monochromatic Colors of #138aec

#138aec

Complementary Color

#138aec #ec7513

#138aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#138aec Color CSS Codes

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

#138aec Text Font Color

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

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


#138aec Background Color

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

This div background color is #138aec


#138aec Border Color

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

This div border color is #138aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138aec


Comments

No comments written yet.

Please login to write comment.