Color Hex Logo

#012eeb Color Hex

#012EEB
(1,46,235)
0 Favorites   0 Comments

Color spaces of #012eeb

RGB 146235
HSL0.630.990.46
HSV228°100°92°
CMYK 1.000.800.00   0.08
XYZ15.98497.958679.2909
Yxy7.95860.15480.0771
Hunter Lab28.211051.7724-146.8951
CIE-Lab33.896560.9191-93.9074

#012eeb color RGB value is (1,46,235).

#012eeb hex color red value is 1, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #012eeb hue: 0.63 , saturation: 0.99 and the lightness value of 012eeb is 0.46.

The process color (four color CMYK) of #012eeb color hex is 1.00, 0.80, 0.00, 0.08. Web safe color of #012eeb is #0033ff. Color #012eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101110 11101011
Octal 1 56 353
Decimal 1 46 235
Hex 1 2E EB

RGB Percentages of Color #012eeb

%0.35
%16.31
%83.33

CMYK Percentages of Color #012eeb

%100
%80
%0
%8

Triadic Colors of #012eeb

#012eeb #eb012e #2eeb01

Analogous Colors of #012eeb

#012eeb #4901eb #01a3eb

Monochromatic Colors of #012eeb

#012eeb

Complementary Color

#012eeb #ebbe01

#012eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#012eeb Color CSS Codes

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

#012eeb Text Font Color

<p style="color:#012eeb">Text here</p>

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


#012eeb Background Color

<div style="background-color:#012eeb">
Div content here</div>

This div background color is #012eeb


#012eeb Border Color

<div style="border:3px solid #012eeb">
Div here</div>

This div border color is #012eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,46,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #012eeb;
  box-shadow:         1px 1px 3px 2px #012eeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,46,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 #012eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012eeb


Comments

No comments written yet.

Please login to write comment.