Color Hex Logo

#146eca Color Hex

#146ECA
(20,110,202)
0 Favorites   0 Comments

Color spaces of #146eca

RGB 20110202
HSL0.580.820.44
HSV210°90°79°
CMYK 0.900.460.00   0.21
XYZ16.525115.564958.0105
Yxy15.56490.18340.1728
Hunter Lab39.45245.7252-59.5629
CIE-Lab46.398410.1063-54.5523

#146eca color RGB value is (20,110,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 11001010
Octal 24 156 312
Decimal 20 110 202
Hex 14 6E CA

RGB Percentages of Color #146eca

%6.02
%33.13
%60.84

CMYK Percentages of Color #146eca

%90
%46
%0
%21

Triadic Colors of #146eca

#146eca #ca146e #6eca14

Analogous Colors of #146eca

#146eca #1514ca #14c9ca

Monochromatic Colors of #146eca

#146eca

Complementary Color

#146eca #ca7014

#146eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#146eca Color CSS Codes

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

#146eca Text Font Color

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

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


#146eca Background Color

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

This div background color is #146eca


#146eca Border Color

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

This div border color is #146eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146eca


Comments

No comments written yet.

Please login to write comment.