Color Hex Logo

#146ebc Color Hex

#146EBC
(20,110,188)
0 Favorites   0 Comments

Color spaces of #146ebc

RGB 20110188
HSL0.580.810.41
HSV208°89°74°
CMYK 0.890.410.00   0.26
XYZ14.941514.931449.6715
Yxy14.93140.18780.1877
Hunter Lab38.64121.3991-49.1658
CIE-Lab45.54014.5907-47.8580

#146ebc color RGB value is (20,110,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 10111100
Octal 24 156 274
Decimal 20 110 188
Hex 14 6E BC

RGB Percentages of Color #146ebc

%6.29
%34.59
%59.12

CMYK Percentages of Color #146ebc

%89
%41
%0
%26

Triadic Colors of #146ebc

#146ebc #bc146e #6ebc14

Analogous Colors of #146ebc

#146ebc #141abc #14bcb6

Monochromatic Colors of #146ebc

#146ebc

Complementary Color

#146ebc #bc6214

#146ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#146ebc Color CSS Codes

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

#146ebc Text Font Color

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

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


#146ebc Background Color

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

This div background color is #146ebc


#146ebc Border Color

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

This div border color is #146ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146ebc


Comments

No comments written yet.

Please login to write comment.