Color Hex Logo

#012eda Color Hex

#012EDA
(1,46,218)
0 Favorites   0 Comments

Color spaces of #012eda

RGB 146218
HSL0.630.990.43
HSV228°100°85°
CMYK 1.000.790.00   0.15
XYZ13.64447.022466.9660
Yxy7.02240.15570.0801
Hunter Lab26.499845.5326-131.2781
CIE-Lab31.857855.5196-87.5697

#012eda color RGB value is (1,46,218).

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

The process color (four color CMYK) of #012eda color hex is 1.00, 0.79, 0.00, 0.15. Web safe color of #012eda is #0033cc. Color #012eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101110 11011010
Octal 1 56 332
Decimal 1 46 218
Hex 1 2E DA

RGB Percentages of Color #012eda

%0.38
%17.36
%82.26

CMYK Percentages of Color #012eda

%100
%79
%0
%15

Triadic Colors of #012eda

#012eda #da012e #2eda01

Analogous Colors of #012eda

#012eda #4001da #019bda

Monochromatic Colors of #012eda

#012eda

Complementary Color

#012eda #daad01

#012eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#012eda Color CSS Codes

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

#012eda Text Font Color

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

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


#012eda Background Color

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

This div background color is #012eda


#012eda Border Color

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

This div border color is #012eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,46,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012eda


Comments

No comments written yet.

Please login to write comment.