Color Hex Logo

#012aec Color Hex

#012AEC
(1,42,236)
0 Favorites   0 Comments

Color spaces of #012aec

RGB 142236
HSL0.640.990.46
HSV230°100°93°
CMYK 1.000.820.00   0.07
XYZ15.98087.718580.0044
Yxy7.71850.15410.0744
Hunter Lab27.782254.0575-151.2899
CIE-Lab33.389663.0805-95.3195

#012aec color RGB value is (1,42,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101010 11101100
Octal 1 52 354
Decimal 1 42 236
Hex 1 2A EC

RGB Percentages of Color #012aec

%0.36
%15.05
%84.59

CMYK Percentages of Color #012aec

%100
%82
%0
%7

Triadic Colors of #012aec

#012aec #ec012a #2aec01

Analogous Colors of #012aec

#012aec #4d01ec #01a0ec

Monochromatic Colors of #012aec

#012aec

Complementary Color

#012aec #ecc301

#012aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#012aec Color CSS Codes

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

#012aec Text Font Color

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

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


#012aec Background Color

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

This div background color is #012aec


#012aec Border Color

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

This div border color is #012aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012aec


Comments

No comments written yet.

Please login to write comment.