Color Hex Logo

#146263 Color Hex

#146263
(20,98,99)
0 Favorites   0 Comments

Color spaces of #146263

RGB 209899
HSL0.500.660.23
HSV181°80°39°
CMYK 0.800.010.00   0.61
XYZ6.90839.784913.3290
Yxy9.78490.23010.3259
Hunter Lab31.2808-15.3201-3.3673
CIE-Lab37.4536-21.7393-7.1447

#146263 color RGB value is (20,98,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100010 01100011
Octal 24 142 143
Decimal 20 98 99
Hex 14 62 63

RGB Percentages of Color #146263

%9.22
%45.16
%45.62

CMYK Percentages of Color #146263

%80
%1
%0
%61

Triadic Colors of #146263

#146263 #631462 #626314

Analogous Colors of #146263

#146263 #143b63 #14633d

Monochromatic Colors of #146263

#146263

Complementary Color

#146263 #631514

#146263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146263 Color CSS Codes

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

#146263 Text Font Color

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

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


#146263 Background Color

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

This div background color is #146263


#146263 Border Color

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

This div border color is #146263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146263


Comments

No comments written yet.

Please login to write comment.