Color Hex Logo

#146698 Color Hex

#146698
(20,102,152)
0 Favorites   0 Comments

Color spaces of #146698

RGB 20102152
HSL0.560.770.34
HSV203°87°60°
CMYK 0.870.330.00   0.40
XYZ10.707411.918531.4419
Yxy11.91850.19800.2204
Hunter Lab34.5232-5.0536-29.8320
CIE-Lab41.0863-4.5794-33.7697

#146698 color RGB value is (20,102,152).

#146698 hex color red value is 20, green value is 102 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #146698 hue: 0.56 , saturation: 0.77 and the lightness value of 146698 is 0.34.

The process color (four color CMYK) of #146698 color hex is 0.87, 0.33, 0.00, 0.40. Web safe color of #146698 is #006699. Color #146698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100110 10011000
Octal 24 146 230
Decimal 20 102 152
Hex 14 66 98

RGB Percentages of Color #146698

%7.30
%37.23
%55.47

CMYK Percentages of Color #146698

%87
%33
%0
%40

Triadic Colors of #146698

#146698 #981466 #669814

Analogous Colors of #146698

#146698 #142498 #149888

Monochromatic Colors of #146698

#146698

Complementary Color

#146698 #984614

#146698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146698 Color CSS Codes

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

#146698 Text Font Color

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

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


#146698 Background Color

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

This div background color is #146698


#146698 Border Color

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

This div border color is #146698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146698


Comments

No comments written yet.

Please login to write comment.