Color Hex Logo

#146bad Color Hex

#146BAD
(20,107,173)
0 Favorites   0 Comments

Color spaces of #146bad

RGB 20107173
HSL0.570.790.38
HSV206°88°68°
CMYK 0.880.380.00   0.32
XYZ13.089013.681241.4860
Yxy13.68120.19180.2004
Hunter Lab36.9881-1.5633-40.6082
CIE-Lab43.77220.5630-41.9364

#146bad color RGB value is (20,107,173).

#146bad hex color red value is 20, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #146bad hue: 0.57 , saturation: 0.79 and the lightness value of 146bad is 0.38.

The process color (four color CMYK) of #146bad color hex is 0.88, 0.38, 0.00, 0.32. Web safe color of #146bad is #006699. Color #146bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101011 10101101
Octal 24 153 255
Decimal 20 107 173
Hex 14 6B AD

RGB Percentages of Color #146bad

%6.67
%35.67
%57.67

CMYK Percentages of Color #146bad

%88
%38
%0
%32

Triadic Colors of #146bad

#146bad #ad146b #6bad14

Analogous Colors of #146bad

#146bad #141ead #14ada3

Monochromatic Colors of #146bad

#146bad

Complementary Color

#146bad #ad5614

#146bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#146bad Color CSS Codes

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

#146bad Text Font Color

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

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


#146bad Background Color

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

This div background color is #146bad


#146bad Border Color

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

This div border color is #146bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146bad

#146bad Color Palettes


Comments

No comments written yet.

Please login to write comment.