Color Hex Logo

#142253 Color Hex

#142253
(20,34,83)
0 Favorites   0 Comments

Color spaces of #142253

RGB 203483
HSL0.630.610.20
HSV227°76°33°
CMYK 0.760.590.00   0.67
XYZ2.42191.91738.4260
Yxy1.91730.18970.1502
Hunter Lab13.84676.9895-26.3866
CIE-Lab15.047113.3089-31.6988

#142253 color RGB value is (20,34,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100010 01010011
Octal 24 42 123
Decimal 20 34 83
Hex 14 22 53

RGB Percentages of Color #142253

%14.60
%24.82
%60.58

CMYK Percentages of Color #142253

%76
%59
%0
%67

Triadic Colors of #142253

#142253 #531422 #225314

Analogous Colors of #142253

#142253 #261453 #144253

Monochromatic Colors of #142253

#142253

Complementary Color

#142253 #534514

#142253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142253 Color CSS Codes

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

#142253 Text Font Color

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

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


#142253 Background Color

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

This div background color is #142253


#142253 Border Color

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

This div border color is #142253


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,34,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 #142253">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142253


Comments

No comments written yet.

Please login to write comment.