Color Hex Logo

#146fdf Color Hex

#146FDF
(20,111,223)
0 Favorites   0 Comments

Color spaces of #146fdf

RGB 20111223
HSL0.590.840.48
HSV213°91°87°
CMYK 0.910.500.00   0.13
XYZ19.292216.845372.0467
Yxy16.84530.17830.1557
Hunter Lab41.043012.0783-75.3472
CIE-Lab48.064517.7045-63.8241

#146fdf color RGB value is (20,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 11011111
Octal 24 157 337
Decimal 20 111 223
Hex 14 6F DF

RGB Percentages of Color #146fdf

%5.65
%31.36
%62.99

CMYK Percentages of Color #146fdf

%91
%50
%0
%13

Triadic Colors of #146fdf

#146fdf #df146f #6fdf14

Analogous Colors of #146fdf

#146fdf #1e14df #14d5df

Monochromatic Colors of #146fdf

#146fdf

Complementary Color

#146fdf #df8414

#146fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#146fdf Color CSS Codes

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

#146fdf Text Font Color

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

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


#146fdf Background Color

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

This div background color is #146fdf


#146fdf Border Color

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

This div border color is #146fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,111,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 #146fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146fdf


Comments

No comments written yet.

Please login to write comment.