Color Hex Logo

#146ebd Color Hex

#146EBD
(20,110,189)
0 Favorites   0 Comments

Color spaces of #146ebd

RGB 20110189
HSL0.580.810.41
HSV208°89°74°
CMYK 0.890.420.00   0.26
XYZ15.049714.974750.2413
Yxy14.97470.18750.1866
Hunter Lab38.69721.7004-49.8894
CIE-Lab45.59954.9843-48.3420

#146ebd color RGB value is (20,110,189).

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

The process color (four color CMYK) of #146ebd color hex is 0.89, 0.42, 0.00, 0.26. Web safe color of #146ebd is #0066cc. Color #146ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 10111101
Octal 24 156 275
Decimal 20 110 189
Hex 14 6E BD

RGB Percentages of Color #146ebd

%6.27
%34.48
%59.25

CMYK Percentages of Color #146ebd

%89
%42
%0
%26

Triadic Colors of #146ebd

#146ebd #bd146e #6ebd14

Analogous Colors of #146ebd

#146ebd #141abd #14bdb8

Monochromatic Colors of #146ebd

#146ebd

Complementary Color

#146ebd #bd6314

#146ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#146ebd Color CSS Codes

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

#146ebd Text Font Color

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

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


#146ebd Background Color

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

This div background color is #146ebd


#146ebd Border Color

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

This div border color is #146ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146ebd


Comments

No comments written yet.

Please login to write comment.