Color Hex Logo

#146fcd Color Hex

#146FCD
(20,111,205)
0 Favorites   0 Comments

Color spaces of #146fcd

RGB 20111205
HSL0.580.820.44
HSV210°90°80°
CMYK 0.900.460.00   0.20
XYZ16.992415.925459.9359
Yxy15.92540.18300.1715
Hunter Lab39.90666.1694-61.1132
CIE-Lab46.876510.6517-55.5024

#146fcd color RGB value is (20,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 11001101
Octal 24 157 315
Decimal 20 111 205
Hex 14 6F CD

RGB Percentages of Color #146fcd

%5.95
%33.04
%61.01

CMYK Percentages of Color #146fcd

%90
%46
%0
%20

Triadic Colors of #146fcd

#146fcd #cd146f #6fcd14

Analogous Colors of #146fcd

#146fcd #1514cd #14cccd

Monochromatic Colors of #146fcd

#146fcd

Complementary Color

#146fcd #cd7214

#146fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#146fcd Color CSS Codes

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

#146fcd Text Font Color

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

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


#146fcd Background Color

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

This div background color is #146fcd


#146fcd Border Color

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

This div border color is #146fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146fcd


Comments

No comments written yet.

Please login to write comment.