Color Hex Logo

#146bdf Color Hex

#146BDF
(20,107,223)
0 Favorites   0 Comments

Color spaces of #146bdf

RGB 20107223
HSL0.600.840.48
HSV214°91°87°
CMYK 0.910.520.00   0.13
XYZ18.865515.991871.9045
Yxy15.99180.17670.1498
Hunter Lab39.989714.2268-78.6149
CIE-Lab46.963720.2667-65.6073

#146bdf color RGB value is (20,107,223).

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

The process color (four color CMYK) of #146bdf color hex is 0.91, 0.52, 0.00, 0.13. Web safe color of #146bdf is #0066cc. Color #146bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101011 11011111
Octal 24 153 337
Decimal 20 107 223
Hex 14 6B DF

RGB Percentages of Color #146bdf

%5.71
%30.57
%63.71

CMYK Percentages of Color #146bdf

%91
%52
%0
%13

Triadic Colors of #146bdf

#146bdf #df146b #6bdf14

Analogous Colors of #146bdf

#146bdf #2214df #14d1df

Monochromatic Colors of #146bdf

#146bdf

Complementary Color

#146bdf #df8814

#146bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#146bdf Color CSS Codes

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

#146bdf Text Font Color

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

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


#146bdf Background Color

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

This div background color is #146bdf


#146bdf Border Color

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

This div border color is #146bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146bdf


Comments

No comments written yet.

Please login to write comment.