Color Hex Logo

#146ded Color Hex

#146DED
(20,109,237)
0 Favorites   0 Comments

Color spaces of #146ded

RGB 20109237
HSL0.600.860.50
HSV215°92°93°
CMYK 0.920.540.00   0.07
XYZ21.043217.200482.3317
Yxy17.20040.17450.1427
Hunter Lab41.473417.9909-88.6694
CIE-Lab48.511624.4114-70.9804

#146ded color RGB value is (20,109,237).

#146ded hex color red value is 20, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #146ded hue: 0.60 , saturation: 0.86 and the lightness value of 146ded is 0.50.

The process color (four color CMYK) of #146ded color hex is 0.92, 0.54, 0.00, 0.07. Web safe color of #146ded is #0066ff. Color #146ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101101 11101101
Octal 24 155 355
Decimal 20 109 237
Hex 14 6D ED

RGB Percentages of Color #146ded

%5.46
%29.78
%64.75

CMYK Percentages of Color #146ded

%92
%54
%0
%7

Triadic Colors of #146ded

#146ded #ed146d #6ded14

Analogous Colors of #146ded

#146ded #2814ed #14daed

Monochromatic Colors of #146ded

#146ded

Complementary Color

#146ded #ed9414

#146ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#146ded Color CSS Codes

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

#146ded Text Font Color

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

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


#146ded Background Color

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

This div background color is #146ded


#146ded Border Color

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

This div border color is #146ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146ded


Comments

No comments written yet.

Please login to write comment.