Color Hex Logo

#012fee Color Hex

#012FEE
(1,47,238)
0 Favorites   0 Comments

Color spaces of #012fee

RGB 147238
HSL0.630.990.47
HSV228°100°93°
CMYK 1.000.800.00   0.07
XYZ16.46168.212581.6065
Yxy8.21250.15490.0773
Hunter Lab28.657552.3845-148.7771
CIE-Lab34.421661.3726-94.7369

#012fee color RGB value is (1,47,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101111 11101110
Octal 1 57 356
Decimal 1 47 238
Hex 1 2F EE

RGB Percentages of Color #012fee

%0.35
%16.43
%83.22

CMYK Percentages of Color #012fee

%100
%80
%0
%7

Triadic Colors of #012fee

#012fee #ee012f #2fee01

Analogous Colors of #012fee

#012fee #4a01ee #01a6ee

Monochromatic Colors of #012fee

#012fee

Complementary Color

#012fee #eec001

#012fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#012fee Color CSS Codes

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

#012fee Text Font Color

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

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


#012fee Background Color

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

This div background color is #012fee


#012fee Border Color

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

This div border color is #012fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012fee


Comments

No comments written yet.

Please login to write comment.