Color Hex Logo

#121ddd Color Hex

#121DDD
(18,29,221)
0 Favorites   0 Comments

Color spaces of #121ddd

RGB 1829221
HSL0.660.850.47
HSV237°92°87°
CMYK 0.920.870.00   0.13
XYZ13.74006.227868.8845
Yxy6.22780.15460.0701
Hunter Lab24.955654.6061-146.1885
CIE-Lab29.980164.2235-92.4162

#121ddd color RGB value is (18,29,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011101 11011101
Octal 22 35 335
Decimal 18 29 221
Hex 12 1D DD

RGB Percentages of Color #121ddd

%6.72
%10.82
%82.46

CMYK Percentages of Color #121ddd

%92
%87
%0
%13

Triadic Colors of #121ddd

#121ddd #dd121d #1ddd12

Analogous Colors of #121ddd

#121ddd #6d12dd #1283dd

Monochromatic Colors of #121ddd

#121ddd

Complementary Color

#121ddd #ddd212

#121ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#121ddd Color CSS Codes

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

#121ddd Text Font Color

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

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


#121ddd Background Color

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

This div background color is #121ddd


#121ddd Border Color

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

This div border color is #121ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121ddd


Comments

No comments written yet.

Please login to write comment.