Color Hex Logo

#146ace Color Hex

#146ACE
(20,106,206)
0 Favorites   0 Comments

Color spaces of #146ace

RGB 20106206
HSL0.590.820.44
HSV212°90°81°
CMYK 0.900.490.00   0.19
XYZ16.583114.913060.3970
Yxy14.91300.18050.1623
Hunter Lab38.61749.0713-65.6966
CIE-Lab45.514814.2410-58.2693

#146ace color RGB value is (20,106,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 11001110
Octal 24 152 316
Decimal 20 106 206
Hex 14 6A CE

RGB Percentages of Color #146ace

%6.02
%31.93
%62.05

CMYK Percentages of Color #146ace

%90
%49
%0
%19

Triadic Colors of #146ace

#146ace #ce146a #6ace14

Analogous Colors of #146ace

#146ace #1b14ce #14c7ce

Monochromatic Colors of #146ace

#146ace

Complementary Color

#146ace #ce7814

#146ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#146ace Color CSS Codes

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

#146ace Text Font Color

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

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


#146ace Background Color

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

This div background color is #146ace


#146ace Border Color

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

This div border color is #146ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146ace


Comments

No comments written yet.

Please login to write comment.