Color Hex Logo

#146aee Color Hex

#146AEE
(20,106,238)
0 Favorites   0 Comments

Color spaces of #146aee

RGB 20106238
HSL0.600.870.51
HSV216°92°93°
CMYK 0.920.550.00   0.07
XYZ20.875116.629882.9986
Yxy16.62980.17320.1380
Hunter Lab40.779720.0097-92.1269
CIE-Lab47.790226.7133-72.7149

#146aee color RGB value is (20,106,238).

#146aee hex color red value is 20, green value is 106 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #146aee hue: 0.60 , saturation: 0.87 and the lightness value of 146aee is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 11101110
Octal 24 152 356
Decimal 20 106 238
Hex 14 6A EE

RGB Percentages of Color #146aee

%5.49
%29.12
%65.38

CMYK Percentages of Color #146aee

%92
%55
%0
%7

Triadic Colors of #146aee

#146aee #ee146a #6aee14

Analogous Colors of #146aee

#146aee #2b14ee #14d7ee

Monochromatic Colors of #146aee

#146aee

Complementary Color

#146aee #ee9814

#146aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#146aee Color CSS Codes

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

#146aee Text Font Color

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

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


#146aee Background Color

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

This div background color is #146aee


#146aee Border Color

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

This div border color is #146aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146aee


Comments

No comments written yet.

Please login to write comment.