Color Hex Logo

#141edf Color Hex

#141EDF
(20,30,223)
0 Favorites   0 Comments

Color spaces of #141edf

RGB 2030223
HSL0.660.840.48
HSV237°91°87°
CMYK 0.910.870.00   0.13
XYZ14.07206.405070.3066
Yxy6.40500.15500.0706
Hunter Lab25.308154.9617-146.9936
CIE-Lab30.412164.4582-92.8448

#141edf color RGB value is (20,30,223).

#141edf hex color red value is 20, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #141edf hue: 0.66 , saturation: 0.84 and the lightness value of 141edf is 0.48.

The process color (four color CMYK) of #141edf color hex is 0.91, 0.87, 0.00, 0.13. Web safe color of #141edf is #0033cc. Color #141edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011110 11011111
Octal 24 36 337
Decimal 20 30 223
Hex 14 1E DF

RGB Percentages of Color #141edf

%7.33
%10.99
%81.68

CMYK Percentages of Color #141edf

%91
%87
%0
%13

Triadic Colors of #141edf

#141edf #df141e #1edf14

Analogous Colors of #141edf

#141edf #7014df #1484df

Monochromatic Colors of #141edf

#141edf

Complementary Color

#141edf #dfd514

#141edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#141edf Color CSS Codes

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

#141edf Text Font Color

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

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


#141edf Background Color

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

This div background color is #141edf


#141edf Border Color

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

This div border color is #141edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,30,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #141edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #141edf;
  -webkit-box-shadow: 1px 1px 3px 2px #141edf;
  box-shadow:         1px 1px 3px 2px #141edf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141edf


Comments

No comments written yet.

Please login to write comment.