Color Hex Logo

#121aad Color Hex

#121AAD
(18,26,173)
0 Favorites   0 Comments

Color spaces of #121aad

RGB 1826173
HSL0.660.810.37
HSV237°90°68°
CMYK 0.900.850.00   0.32
XYZ8.16173.884539.8548
Yxy3.88450.15730.0748
Hunter Lab19.709139.4272-106.0968
CIE-Lab23.285951.2535-75.3319

#121aad color RGB value is (18,26,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011010 10101101
Octal 22 32 255
Decimal 18 26 173
Hex 12 1A AD

RGB Percentages of Color #121aad

%8.29
%11.98
%79.72

CMYK Percentages of Color #121aad

%90
%85
%0
%32

Triadic Colors of #121aad

#121aad #ad121a #1aad12

Analogous Colors of #121aad

#121aad #5812ad #1268ad

Monochromatic Colors of #121aad

#121aad

Complementary Color

#121aad #ada512

#121aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#121aad Color CSS Codes

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

#121aad Text Font Color

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

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


#121aad Background Color

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

This div background color is #121aad


#121aad Border Color

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

This div border color is #121aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121aad


Comments

No comments written yet.

Please login to write comment.