Color Hex Logo

#146dbf Color Hex

#146DBF
(20,109,191)
0 Favorites   0 Comments

Color spaces of #146dbf

RGB 20109191
HSL0.580.810.41
HSV209°90°75°
CMYK 0.900.430.00   0.25
XYZ15.161114.847651.3570
Yxy14.84760.18630.1825
Hunter Lab38.53262.8009-52.0501
CIE-Lab45.42486.4034-49.7790

#146dbf color RGB value is (20,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101101 10111111
Octal 24 155 277
Decimal 20 109 191
Hex 14 6D BF

RGB Percentages of Color #146dbf

%6.25
%34.06
%59.69

CMYK Percentages of Color #146dbf

%90
%43
%0
%25

Triadic Colors of #146dbf

#146dbf #bf146d #6dbf14

Analogous Colors of #146dbf

#146dbf #1418bf #14bfbc

Monochromatic Colors of #146dbf

#146dbf

Complementary Color

#146dbf #bf6614

#146dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#146dbf Color CSS Codes

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

#146dbf Text Font Color

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

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


#146dbf Background Color

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

This div background color is #146dbf


#146dbf Border Color

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

This div border color is #146dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146dbf


Comments

No comments written yet.

Please login to write comment.