Color Hex Logo

#146264 Color Hex

#146264
(20,98,100)
0 Favorites   0 Comments

Color spaces of #146264

RGB 2098100
HSL0.500.670.24
HSV182°80°39°
CMYK 0.800.020.00   0.61
XYZ6.95649.804213.5823
Yxy9.80420.22930.3231
Hunter Lab31.3117-15.1387-3.8005
CIE-Lab37.4887-21.4075-7.7093

#146264 color RGB value is (20,98,100).

#146264 hex color red value is 20, green value is 98 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #146264 hue: 0.50 , saturation: 0.67 and the lightness value of 146264 is 0.24.

The process color (four color CMYK) of #146264 color hex is 0.80, 0.02, 0.00, 0.61. Web safe color of #146264 is #006666. Color #146264 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100010 01100100
Octal 24 142 144
Decimal 20 98 100
Hex 14 62 64

RGB Percentages of Color #146264

%9.17
%44.95
%45.87

CMYK Percentages of Color #146264

%80
%2
%0
%61

Triadic Colors of #146264

#146264 #641462 #626414

Analogous Colors of #146264

#146264 #143a64 #14643e

Monochromatic Colors of #146264

#146264

Complementary Color

#146264 #641614

#146264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146264 Color CSS Codes

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

#146264 Text Font Color

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

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


#146264 Background Color

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

This div background color is #146264


#146264 Border Color

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

This div border color is #146264


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,98,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #146264; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #146264;
  -webkit-box-shadow: 1px 1px 3px 2px #146264;
  box-shadow:         1px 1px 3px 2px #146264; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146264


Comments

No comments written yet.

Please login to write comment.