Color Hex Logo

#140ccd Color Hex

#140CCD
(20,12,205)
0 Favorites   0 Comments

Color spaces of #140ccd

RGB 2012205
HSL0.670.890.43
HSV242°94°80°
CMYK 0.900.940.00   0.20
XYZ11.43944.819458.0849
Yxy4.81940.15390.0648
Hunter Lab21.953154.5953-141.5058
CIE-Lab26.213964.9078-89.4224

#140ccd color RGB value is (20,12,205).

#140ccd hex color red value is 20, green value is 12 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #140ccd hue: 0.67 , saturation: 0.89 and the lightness value of 140ccd is 0.43.

The process color (four color CMYK) of #140ccd color hex is 0.90, 0.94, 0.00, 0.20. Web safe color of #140ccd is #0000cc. Color #140ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 11001101
Octal 24 14 315
Decimal 20 12 205
Hex 14 C CD

RGB Percentages of Color #140ccd

%8.44
%5.06
%86.50

CMYK Percentages of Color #140ccd

%90
%94
%0
%20

Triadic Colors of #140ccd

#140ccd #cd140c #0ccd14

Analogous Colors of #140ccd

#140ccd #750ccd #0c65cd

Monochromatic Colors of #140ccd

#140ccd

Complementary Color

#140ccd #c5cd0c

#140ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#140ccd Color CSS Codes

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

#140ccd Text Font Color

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

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


#140ccd Background Color

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

This div background color is #140ccd


#140ccd Border Color

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

This div border color is #140ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,12,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #140ccd;
  box-shadow:         1px 1px 3px 2px #140ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140ccd


Comments

No comments written yet.

Please login to write comment.