Color Hex Logo

#121dad Color Hex

#121DAD
(18,29,173)
0 Favorites   0 Comments

Color spaces of #121dad

RGB 1829173
HSL0.650.810.37
HSV236°90°68°
CMYK 0.900.830.00   0.32
XYZ8.23164.024539.8781
Yxy4.02450.15790.0772
Hunter Lab20.061238.1360-103.8154
CIE-Lab23.752349.8711-74.5556

#121dad color RGB value is (18,29,173).

#121dad hex color red value is 18, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #121dad hue: 0.65 , saturation: 0.81 and the lightness value of 121dad is 0.37.

The process color (four color CMYK) of #121dad color hex is 0.90, 0.83, 0.00, 0.32. Web safe color of #121dad is #003399. Color #121dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011101 10101101
Octal 22 35 255
Decimal 18 29 173
Hex 12 1D AD

RGB Percentages of Color #121dad

%8.18
%13.18
%78.64

CMYK Percentages of Color #121dad

%90
%83
%0
%32

Triadic Colors of #121dad

#121dad #ad121d #1dad12

Analogous Colors of #121dad

#121dad #5412ad #126bad

Monochromatic Colors of #121dad

#121dad

Complementary Color

#121dad #ada212

#121dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#121dad Color CSS Codes

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

#121dad Text Font Color

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

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


#121dad Background Color

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

This div background color is #121dad


#121dad Border Color

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

This div border color is #121dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,29,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121dad


Comments

No comments written yet.

Please login to write comment.