Color Hex Logo

#146fda Color Hex

#146FDA
(20,111,218)
0 Favorites   0 Comments

Color spaces of #146fda

RGB 20111218
HSL0.590.830.47
HSV212°91°85°
CMYK 0.910.490.00   0.15
XYZ18.627816.579668.5480
Yxy16.57960.17950.1598
Hunter Lab40.718110.4040-71.3108
CIE-Lab47.725915.7513-61.5399

#146fda color RGB value is (20,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 11011010
Octal 24 157 332
Decimal 20 111 218
Hex 14 6F DA

RGB Percentages of Color #146fda

%5.73
%31.81
%62.46

CMYK Percentages of Color #146fda

%91
%49
%0
%15

Triadic Colors of #146fda

#146fda #da146f #6fda14

Analogous Colors of #146fda

#146fda #1c14da #14d2da

Monochromatic Colors of #146fda

#146fda

Complementary Color

#146fda #da7f14

#146fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#146fda Color CSS Codes

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

#146fda Text Font Color

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

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


#146fda Background Color

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

This div background color is #146fda


#146fda Border Color

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

This div border color is #146fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146fda


Comments

No comments written yet.

Please login to write comment.