Color Hex Logo

#142353 Color Hex

#142353
(20,35,83)
0 Favorites   0 Comments

Color spaces of #142353

RGB 203583
HSL0.630.610.20
HSV226°76°33°
CMYK 0.760.580.00   0.67
XYZ2.45091.97538.4357
Yxy1.97530.19060.1536
Hunter Lab14.05456.5323-25.7484
CIE-Lab15.357112.5578-31.1970

#142353 color RGB value is (20,35,83).

#142353 hex color red value is 20, green value is 35 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #142353 hue: 0.63 , saturation: 0.61 and the lightness value of 142353 is 0.20.

The process color (four color CMYK) of #142353 color hex is 0.76, 0.58, 0.00, 0.67. Web safe color of #142353 is #003366. Color #142353 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 01010011
Octal 24 43 123
Decimal 20 35 83
Hex 14 23 53

RGB Percentages of Color #142353

%14.49
%25.36
%60.14

CMYK Percentages of Color #142353

%76
%58
%0
%67

Triadic Colors of #142353

#142353 #531423 #235314

Analogous Colors of #142353

#142353 #241453 #144353

Monochromatic Colors of #142353

#142353

Complementary Color

#142353 #534414

#142353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142353 Color CSS Codes

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

#142353 Text Font Color

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

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


#142353 Background Color

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

This div background color is #142353


#142353 Border Color

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

This div border color is #142353


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,35,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142353; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142353;
  -webkit-box-shadow: 1px 1px 3px 2px #142353;
  box-shadow:         1px 1px 3px 2px #142353; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142353


Comments

No comments written yet.

Please login to write comment.