Color Hex Logo

#146eeb Color Hex

#146EEB
(20,110,235)
0 Favorites   0 Comments

Color spaces of #146eeb

RGB 20110235
HSL0.600.840.50
HSV215°91°92°
CMYK 0.910.530.00   0.08
XYZ20.859817.298780.8368
Yxy17.29870.17530.1454
Hunter Lab41.591716.7390-86.1207
CIE-Lab48.634223.0014-69.6594

#146eeb color RGB value is (20,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 11101011
Octal 24 156 353
Decimal 20 110 235
Hex 14 6E EB

RGB Percentages of Color #146eeb

%5.48
%30.14
%64.38

CMYK Percentages of Color #146eeb

%91
%53
%0
%8

Triadic Colors of #146eeb

#146eeb #eb146e #6eeb14

Analogous Colors of #146eeb

#146eeb #2614eb #14daeb

Monochromatic Colors of #146eeb

#146eeb

Complementary Color

#146eeb #eb9114

#146eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#146eeb Color CSS Codes

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

#146eeb Text Font Color

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

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


#146eeb Background Color

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

This div background color is #146eeb


#146eeb Border Color

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

This div border color is #146eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146eeb


Comments

No comments written yet.

Please login to write comment.