Color Hex Logo

#143eee Color Hex

#143EEE
(20,62,238)
0 Favorites   0 Comments

Color spaces of #143eee

RGB 2062238
HSL0.630.870.51
HSV228°92°93°
CMYK 0.920.740.00   0.07
XYZ17.44379.767081.8548
Yxy9.76700.15990.0896
Hunter Lab31.252244.9401-133.4140
CIE-Lab37.421053.8801-89.7497

#143eee color RGB value is (20,62,238).

#143eee hex color red value is 20, green value is 62 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #143eee hue: 0.63 , saturation: 0.87 and the lightness value of 143eee is 0.51.

The process color (four color CMYK) of #143eee color hex is 0.92, 0.74, 0.00, 0.07. Web safe color of #143eee is #0033ff. Color #143eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111110 11101110
Octal 24 76 356
Decimal 20 62 238
Hex 14 3E EE

RGB Percentages of Color #143eee

%6.25
%19.38
%74.38

CMYK Percentages of Color #143eee

%92
%74
%0
%7

Triadic Colors of #143eee

#143eee #ee143e #3eee14

Analogous Colors of #143eee

#143eee #5714ee #14abee

Monochromatic Colors of #143eee

#143eee

Complementary Color

#143eee #eec414

#143eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#143eee Color CSS Codes

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

#143eee Text Font Color

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

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


#143eee Background Color

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

This div background color is #143eee


#143eee Border Color

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

This div border color is #143eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,62,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143eee;
  -webkit-box-shadow: 1px 1px 3px 2px #143eee;
  box-shadow:         1px 1px 3px 2px #143eee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143eee


Comments

No comments written yet.

Please login to write comment.