Color Hex Logo

#122aeb Color Hex

#122AEB
(18,42,235)
0 Favorites   0 Comments

Color spaces of #122aeb

RGB 1842235
HSL0.650.860.50
HSV233°92°92°
CMYK 0.920.820.00   0.08
XYZ16.07287.782779.2523
Yxy7.78270.15590.0755
Hunter Lab27.897554.0200-148.9051
CIE-Lab33.526263.0204-94.5167

#122aeb color RGB value is (18,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00101010 11101011
Octal 22 52 353
Decimal 18 42 235
Hex 12 2A EB

RGB Percentages of Color #122aeb

%6.10
%14.24
%79.66

CMYK Percentages of Color #122aeb

%92
%82
%0
%8

Triadic Colors of #122aeb

#122aeb #eb122a #2aeb12

Analogous Colors of #122aeb

#122aeb #6712eb #1297eb

Monochromatic Colors of #122aeb

#122aeb

Complementary Color

#122aeb #ebd312

#122aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#122aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#122aeb Color CSS Codes

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

#122aeb Text Font Color

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

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


#122aeb Background Color

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

This div background color is #122aeb


#122aeb Border Color

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

This div border color is #122aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #122aeb


Comments

No comments written yet.

Please login to write comment.