Color Hex Logo

#138cec Color Hex

#138CEC
(19,140,236)
0 Favorites   0 Comments

Color spaces of #138cec

RGB 19140236
HSL0.570.850.50
HSV207°92°93°
CMYK 0.920.410.00   0.07
XYZ24.787024.950782.8664
Yxy24.95070.18690.1882
Hunter Lab49.95071.1633-63.3945
CIE-Lab57.02744.6737-56.6916

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001100 11101100
Octal 23 214 354
Decimal 19 140 236
Hex 13 8C EC

RGB Percentages of Color #138cec

%4.81
%35.44
%59.75

CMYK Percentages of Color #138cec

%92
%41
%0
%7

Triadic Colors of #138cec

#138cec #ec138c #8cec13

Analogous Colors of #138cec

#138cec #1320ec #13ece0

Monochromatic Colors of #138cec

#138cec

Complementary Color

#138cec #ec7313

#138cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#138cec Color CSS Codes

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

#138cec Text Font Color

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

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


#138cec Background Color

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

This div background color is #138cec


#138cec Border Color

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

This div border color is #138cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,140,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 #138cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138cec


Comments

No comments written yet.

Please login to write comment.