Color Hex Logo

#142ddd Color Hex

#142DDD
(20,45,221)
0 Favorites   0 Comments

Color spaces of #142ddd

RGB 2045221
HSL0.650.830.47
HSV233°91°87°
CMYK 0.910.800.00   0.13
XYZ14.27807.246069.0527
Yxy7.24600.15760.0800
Hunter Lab26.918447.5724-133.2514
CIE-Lab32.360557.3443-88.4516

#142ddd color RGB value is (20,45,221).

#142ddd hex color red value is 20, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #142ddd hue: 0.65 , saturation: 0.83 and the lightness value of 142ddd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 11011101
Octal 24 55 335
Decimal 20 45 221
Hex 14 2D DD

RGB Percentages of Color #142ddd

%6.99
%15.73
%77.27

CMYK Percentages of Color #142ddd

%91
%80
%0
%13

Triadic Colors of #142ddd

#142ddd #dd142d #2ddd14

Analogous Colors of #142ddd

#142ddd #6014dd #1492dd

Monochromatic Colors of #142ddd

#142ddd

Complementary Color

#142ddd #ddc414

#142ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142ddd Color CSS Codes

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

#142ddd Text Font Color

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

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


#142ddd Background Color

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

This div background color is #142ddd


#142ddd Border Color

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

This div border color is #142ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142ddd


Comments

No comments written yet.

Please login to write comment.