Color Hex Logo

#012adf Color Hex

#012ADF
(1,42,223)
0 Favorites   0 Comments

Color spaces of #012adf

RGB 142223
HSL0.640.990.44
HSV229°100°87°
CMYK 1.000.810.00   0.13
XYZ14.15986.990170.4150
Yxy6.99010.15460.0763
Hunter Lab26.438849.3312-139.4011
CIE-Lab31.784459.0921-90.5676

#012adf color RGB value is (1,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101010 11011111
Octal 1 52 337
Decimal 1 42 223
Hex 1 2A DF

RGB Percentages of Color #012adf

%0.38
%15.79
%83.83

CMYK Percentages of Color #012adf

%100
%81
%0
%13

Triadic Colors of #012adf

#012adf #df012a #2adf01

Analogous Colors of #012adf

#012adf #4701df #0199df

Monochromatic Colors of #012adf

#012adf

Complementary Color

#012adf #dfb601

#012adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#012adf Color CSS Codes

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

#012adf Text Font Color

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

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


#012adf Background Color

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

This div background color is #012adf


#012adf Border Color

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

This div border color is #012adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012adf


Comments

No comments written yet.

Please login to write comment.