Color Hex Logo

#121dcd Color Hex

#121DCD
(18,29,205)
0 Favorites   0 Comments

Color spaces of #121dcd

RGB 1829205
HSL0.660.840.44
HSV236°91°80°
CMYK 0.910.860.00   0.20
XYZ11.70835.415158.1857
Yxy5.41510.15550.0719
Hunter Lab23.270449.0877-131.9607
CIE-Lab27.886159.6195-86.6332

#121dcd color RGB value is (18,29,205).

#121dcd hex color red value is 18, green value is 29 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #121dcd hue: 0.66 , saturation: 0.84 and the lightness value of 121dcd is 0.44.

The process color (four color CMYK) of #121dcd color hex is 0.91, 0.86, 0.00, 0.20. Web safe color of #121dcd is #0033cc. Color #121dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011101 11001101
Octal 22 35 315
Decimal 18 29 205
Hex 12 1D CD

RGB Percentages of Color #121dcd

%7.14
%11.51
%81.35

CMYK Percentages of Color #121dcd

%91
%86
%0
%20

Triadic Colors of #121dcd

#121dcd #cd121d #1dcd12

Analogous Colors of #121dcd

#121dcd #6512cd #127bcd

Monochromatic Colors of #121dcd

#121dcd

Complementary Color

#121dcd #cdc212

#121dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#121dcd Color CSS Codes

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

#121dcd Text Font Color

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

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


#121dcd Background Color

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

This div background color is #121dcd


#121dcd Border Color

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

This div border color is #121dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,29,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #121dcd;
  box-shadow:         1px 1px 3px 2px #121dcd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121dcd


Comments

No comments written yet.

Please login to write comment.