Color Hex Logo

#146adc Color Hex

#146ADC
(20,106,220)
0 Favorites   0 Comments

Color spaces of #146adc

RGB 20106220
HSL0.600.830.47
HSV214°91°86°
CMYK 0.910.520.00   0.14
XYZ18.360815.624169.7582
Yxy15.62410.17700.1506
Hunter Lab39.527313.7420-76.9664
CIE-Lab46.477419.7385-64.6953

#146adc color RGB value is (20,106,220).

#146adc hex color red value is 20, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #146adc hue: 0.60 , saturation: 0.83 and the lightness value of 146adc is 0.47.

The process color (four color CMYK) of #146adc color hex is 0.91, 0.52, 0.00, 0.14. Web safe color of #146adc is #0066cc. Color #146adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 11011100
Octal 24 152 334
Decimal 20 106 220
Hex 14 6A DC

RGB Percentages of Color #146adc

%5.78
%30.64
%63.58

CMYK Percentages of Color #146adc

%91
%52
%0
%14

Triadic Colors of #146adc

#146adc #dc146a #6adc14

Analogous Colors of #146adc

#146adc #2214dc #14cedc

Monochromatic Colors of #146adc

#146adc

Complementary Color

#146adc #dc8614

#146adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#146adc Color CSS Codes

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

#146adc Text Font Color

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

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


#146adc Background Color

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

This div background color is #146adc


#146adc Border Color

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

This div border color is #146adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146adc


Comments

No comments written yet.

Please login to write comment.