Color Hex Logo

#121aeb Color Hex

#121AEB
(18,26,235)
0 Favorites   0 Comments

Color spaces of #121aeb

RGB 1826235
HSL0.660.860.50
HSV238°92°92°
CMYK 0.920.890.00   0.08
XYZ15.61426.865579.0995
Yxy6.86550.15370.0676
Hunter Lab26.202160.5170-160.6445
CIE-Lab31.498769.1042-97.8966

#121aeb color RGB value is (18,26,235).

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

The process color (four color CMYK) of #121aeb color hex is 0.92, 0.89, 0.00, 0.08. Web safe color of #121aeb is #0033ff. Color #121aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011010 11101011
Octal 22 32 353
Decimal 18 26 235
Hex 12 1A EB

RGB Percentages of Color #121aeb

%6.45
%9.32
%84.23

CMYK Percentages of Color #121aeb

%92
%89
%0
%8

Triadic Colors of #121aeb

#121aeb #eb121a #1aeb12

Analogous Colors of #121aeb

#121aeb #7712eb #1287eb

Monochromatic Colors of #121aeb

#121aeb

Complementary Color

#121aeb #ebe312

#121aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#121aeb Color CSS Codes

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

#121aeb Text Font Color

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

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


#121aeb Background Color

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

This div background color is #121aeb


#121aeb Border Color

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

This div border color is #121aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121aeb


Comments

No comments written yet.

Please login to write comment.