Color Hex Logo

#146dee Color Hex

#146DEE
(20,109,238)
0 Favorites   0 Comments

Color spaces of #146dee

RGB 20109238
HSL0.600.870.51
HSV216°92°93°
CMYK 0.920.540.00   0.07
XYZ21.189717.259083.1034
Yxy17.25900.17430.1420
Hunter Lab41.544018.3429-89.5213
CIE-Lab48.584724.7963-71.4218

#146dee color RGB value is (20,109,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101101 11101110
Octal 24 155 356
Decimal 20 109 238
Hex 14 6D EE

RGB Percentages of Color #146dee

%5.45
%29.70
%64.85

CMYK Percentages of Color #146dee

%92
%54
%0
%7

Triadic Colors of #146dee

#146dee #ee146d #6dee14

Analogous Colors of #146dee

#146dee #2814ee #14daee

Monochromatic Colors of #146dee

#146dee

Complementary Color

#146dee #ee9514

#146dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#146dee Color CSS Codes

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

#146dee Text Font Color

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

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


#146dee Background Color

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

This div background color is #146dee


#146dee Border Color

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

This div border color is #146dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146dee


Comments

No comments written yet.

Please login to write comment.