Color Hex Logo

#146fbd Color Hex

#146FBD
(20,111,189)
0 Favorites   0 Comments

Color spaces of #146fbd

RGB 20111189
HSL0.580.810.41
HSV208°89°74°
CMYK 0.890.410.00   0.26
XYZ15.158215.191750.2775
Yxy15.19170.18800.1884
Hunter Lab38.97651.2108-49.1971
CIE-Lab45.89564.3564-47.8685

#146fbd color RGB value is (20,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 10111101
Octal 24 157 275
Decimal 20 111 189
Hex 14 6F BD

RGB Percentages of Color #146fbd

%6.25
%34.69
%59.06

CMYK Percentages of Color #146fbd

%89
%41
%0
%26

Triadic Colors of #146fbd

#146fbd #bd146f #6fbd14

Analogous Colors of #146fbd

#146fbd #141abd #14bdb7

Monochromatic Colors of #146fbd

#146fbd

Complementary Color

#146fbd #bd6214

#146fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#146fbd Color CSS Codes

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

#146fbd Text Font Color

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

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


#146fbd Background Color

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

This div background color is #146fbd


#146fbd Border Color

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

This div border color is #146fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146fbd


Comments

No comments written yet.

Please login to write comment.