color codes Logo

#1214dd color codes

#1214DD
(18,20,221)
0 Favorites   0 Comments

Color spaces of #1214dd

RGB 1820221
HSL0.670.850.47
HSV239°92°87°
CMYK 0.920.910.00   0.13
XYZ13.55085.849468.8214
Yxy5.84940.15360.0663
Hunter Lab24.185557.6863-151.7834
CIE-Lab29.029367.1116-94.0030

#1214dd color RGB value is (18,20,221).

#1214dd hex color red value is 18, green value is 20 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1214dd hue: 0.67 , saturation: 0.85 and the lightness value of 1214dd is 0.47.

The process color (four color CMYK) of #1214dd color code is 0.92, 0.91, 0.00, 0.13. Web safe color of #1214dd is #0000cc. Color #1214dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010100 11011101
Octal 22 24 335
Decimal 18 20 221
Hex 12 14 DD

RGB Percentages of Color #1214dd

%6.95
%7.72
%85.33

CMYK Percentages of Color #1214dd

%92
%91
%0
%13

Triadic Colors of #1214dd

#1214dd #dd1214 #14dd12

Analogous Colors of #1214dd

#1214dd #7612dd #127add

Monochromatic Colors of #1214dd

#1214dd

Complementary Color

#1214dd #dddb12

#1214dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1214dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1214dd Color CSS Codes

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

#1214dd Text Font Color

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

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


#1214dd Background Color

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

This div background color is #1214dd


#1214dd Border Color

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

This div border color is #1214dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1214dd


Comments

No comments written yet.

Please login to write comment.