Color Hex Logo

#146cea Color Hex

#146CEA
(20,108,234)
0 Favorites   0 Comments

Color spaces of #146cea

RGB 20108234
HSL0.600.840.50
HSV215°91°92°
CMYK 0.910.540.00   0.08
XYZ20.502316.814480.0068
Yxy16.81440.17480.1433
Hunter Lab41.005417.4889-86.9787
CIE-Lab48.025323.8931-70.0873

#146cea color RGB value is (20,108,234).

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

The process color (four color CMYK) of #146cea color hex is 0.91, 0.54, 0.00, 0.08. Web safe color of #146cea is #0066ff. Color #146cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101100 11101010
Octal 24 154 352
Decimal 20 108 234
Hex 14 6C EA

RGB Percentages of Color #146cea

%5.52
%29.83
%64.64

CMYK Percentages of Color #146cea

%91
%54
%0
%8

Triadic Colors of #146cea

#146cea #ea146c #6cea14

Analogous Colors of #146cea

#146cea #2714ea #14d7ea

Monochromatic Colors of #146cea

#146cea

Complementary Color

#146cea #ea9214

#146cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#146cea Color CSS Codes

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

#146cea Text Font Color

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

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


#146cea Background Color

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

This div background color is #146cea


#146cea Border Color

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

This div border color is #146cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,108,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146cea


Comments

No comments written yet.

Please login to write comment.