Color Hex Logo

#146bbe Color Hex

#146BBE
(20,107,190)
0 Favorites   0 Comments

Color spaces of #146bbe

RGB 20107190
HSL0.580.810.41
HSV209°89°75°
CMYK 0.890.440.00   0.25
XYZ14.840414.381850.7090
Yxy14.38180.18570.1799
Hunter Lab37.92333.4859-52.7330
CIE-Lab44.77567.2760-50.2407

#146bbe color RGB value is (20,107,190).

#146bbe hex color red value is 20, green value is 107 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #146bbe hue: 0.58 , saturation: 0.81 and the lightness value of 146bbe is 0.41.

The process color (four color CMYK) of #146bbe color hex is 0.89, 0.44, 0.00, 0.25. Web safe color of #146bbe is #0066cc. Color #146bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101011 10111110
Octal 24 153 276
Decimal 20 107 190
Hex 14 6B BE

RGB Percentages of Color #146bbe

%6.31
%33.75
%59.94

CMYK Percentages of Color #146bbe

%89
%44
%0
%25

Triadic Colors of #146bbe

#146bbe #be146b #6bbe14

Analogous Colors of #146bbe

#146bbe #1416be #14bebc

Monochromatic Colors of #146bbe

#146bbe

Complementary Color

#146bbe #be6714

#146bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#146bbe Color CSS Codes

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

#146bbe Text Font Color

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

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


#146bbe Background Color

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

This div background color is #146bbe


#146bbe Border Color

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

This div border color is #146bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146bbe


Comments

No comments written yet.

Please login to write comment.