Color Hex Logo

#121fae Color Hex

#121FAE
(18,31,174)
0 Favorites   0 Comments

Color spaces of #121fae

RGB 1831174
HSL0.650.810.38
HSV235°90°68°
CMYK 0.900.820.00   0.32
XYZ8.37944.164640.4066
Yxy4.16460.15820.0787
Hunter Lab20.407437.5805-103.1092
CIE-Lab24.208349.2216-74.3987

#121fae color RGB value is (18,31,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011111 10101110
Octal 22 37 256
Decimal 18 31 174
Hex 12 1F AE

RGB Percentages of Color #121fae

%8.07
%13.90
%78.03

CMYK Percentages of Color #121fae

%90
%82
%0
%32

Triadic Colors of #121fae

#121fae #ae121f #1fae12

Analogous Colors of #121fae

#121fae #5312ae #126dae

Monochromatic Colors of #121fae

#121fae

Complementary Color

#121fae #aea112

#121fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#121fae Color CSS Codes

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

#121fae Text Font Color

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

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


#121fae Background Color

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

This div background color is #121fae


#121fae Border Color

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

This div border color is #121fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121fae

#121fae Color Palettes


Comments

No comments written yet.

Please login to write comment.