Color Hex Logo

#121eae Color Hex

#121EAE
(18,30,174)
0 Favorites   0 Comments

Color spaces of #121eae

RGB 1830174
HSL0.650.810.38
HSV235°90°68°
CMYK 0.900.830.00   0.32
XYZ8.35374.113140.3980
Yxy4.11310.15800.0778
Hunter Lab20.280838.0332-103.9053
CIE-Lab24.041949.7112-74.6755

#121eae color RGB value is (18,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011110 10101110
Octal 22 36 256
Decimal 18 30 174
Hex 12 1E AE

RGB Percentages of Color #121eae

%8.11
%13.51
%78.38

CMYK Percentages of Color #121eae

%90
%83
%0
%32

Triadic Colors of #121eae

#121eae #ae121e #1eae12

Analogous Colors of #121eae

#121eae #5412ae #126cae

Monochromatic Colors of #121eae

#121eae

Complementary Color

#121eae #aea212

#121eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#121eae Color CSS Codes

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

#121eae Text Font Color

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

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


#121eae Background Color

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

This div background color is #121eae


#121eae Border Color

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

This div border color is #121eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121eae


Comments

No comments written yet.

Please login to write comment.