Color Hex Logo

#146eec Color Hex

#146EEC
(20,110,236)
0 Favorites   0 Comments

Color spaces of #146eec

RGB 20110236
HSL0.600.850.50
HSV215°92°93°
CMYK 0.920.530.00   0.07
XYZ21.004717.356781.6000
Yxy17.35670.17510.1447
Hunter Lab41.661417.0882-86.9653
CIE-Lab48.706423.3871-70.1032

#146eec color RGB value is (20,110,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 11101100
Octal 24 156 354
Decimal 20 110 236
Hex 14 6E EC

RGB Percentages of Color #146eec

%5.46
%30.05
%64.48

CMYK Percentages of Color #146eec

%92
%53
%0
%7

Triadic Colors of #146eec

#146eec #ec146e #6eec14

Analogous Colors of #146eec

#146eec #2614ec #14daec

Monochromatic Colors of #146eec

#146eec

Complementary Color

#146eec #ec9214

#146eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#146eec Color CSS Codes

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

#146eec Text Font Color

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

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


#146eec Background Color

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

This div background color is #146eec


#146eec Border Color

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

This div border color is #146eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146eec


Comments

No comments written yet.

Please login to write comment.