Color Hex Logo

#148eec Color Hex

#148EEC
(20,142,236)
0 Favorites   0 Comments

Color spaces of #148eec

RGB 20142236
HSL0.570.850.50
HSV206°92°93°
CMYK 0.920.400.00   0.07
XYZ25.101825.550982.9657
Yxy25.55090.18790.1912
Hunter Lab50.54790.1833-61.9308
CIE-Lab57.60833.5163-55.7629

#148eec color RGB value is (20,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001110 11101100
Octal 24 216 354
Decimal 20 142 236
Hex 14 8E EC

RGB Percentages of Color #148eec

%5.03
%35.68
%59.30

CMYK Percentages of Color #148eec

%92
%40
%0
%7

Triadic Colors of #148eec

#148eec #ec148e #8eec14

Analogous Colors of #148eec

#148eec #1422ec #14ecde

Monochromatic Colors of #148eec

#148eec

Complementary Color

#148eec #ec7214

#148eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#148eec Color CSS Codes

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

#148eec Text Font Color

<p style="color:#148eec">Text here</p>

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


#148eec Background Color

<div style="background-color:#148eec">
Div content here</div>

This div background color is #148eec


#148eec Border Color

<div style="border:3px solid #148eec">
Div here</div>

This div border color is #148eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,142,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #148eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #148eec;
  -webkit-box-shadow: 1px 1px 3px 2px #148eec;
  box-shadow:         1px 1px 3px 2px #148eec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,142,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 #148eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148eec


Comments

No comments written yet.

Please login to write comment.