Color Hex Logo

#142acc Color Hex

#142ACC
(20,42,204)
0 Favorites   0 Comments

Color spaces of #142acc

RGB 2042204
HSL0.650.820.44
HSV233°90°80°
CMYK 0.900.790.00   0.20
XYZ12.01556.164357.6833
Yxy6.16430.15840.0813
Hunter Lab24.828042.9360-120.3698
CIE-Lab29.823353.4267-82.8248

#142acc color RGB value is (20,42,204).

#142acc hex color red value is 20, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #142acc hue: 0.65 , saturation: 0.82 and the lightness value of 142acc is 0.44.

The process color (four color CMYK) of #142acc color hex is 0.90, 0.79, 0.00, 0.20. Web safe color of #142acc is #0033cc. Color #142acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101010 11001100
Octal 24 52 314
Decimal 20 42 204
Hex 14 2A CC

RGB Percentages of Color #142acc

%7.52
%15.79
%76.69

CMYK Percentages of Color #142acc

%90
%79
%0
%20

Triadic Colors of #142acc

#142acc #cc142a #2acc14

Analogous Colors of #142acc

#142acc #5a14cc #1486cc

Monochromatic Colors of #142acc

#142acc

Complementary Color

#142acc #ccb614

#142acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#142acc Color CSS Codes

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

#142acc Text Font Color

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

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


#142acc Background Color

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

This div background color is #142acc


#142acc Border Color

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

This div border color is #142acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,42,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142acc;
  -webkit-box-shadow: 1px 1px 3px 2px #142acc;
  box-shadow:         1px 1px 3px 2px #142acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142acc


Comments

No comments written yet.

Please login to write comment.