Color Hex Logo

#051efe Color Hex

#051EFE
(5,30,254)
0 Favorites   0 Comments

Color spaces of #051efe

RGB 530254
HSL0.650.990.51
HSV234°98°100°
CMYK 0.980.880.00   0.00
XYZ18.41638.116694.3619
Yxy8.11660.15230.0671
Hunter Lab28.489665.5292-176.4344
CIE-Lab34.224572.8435-104.0876

#051efe color RGB value is (5,30,254).

#051efe hex color red value is 5, green value is 30 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #051efe hue: 0.65 , saturation: 0.99 and the lightness value of 051efe is 0.51.

The process color (four color CMYK) of #051efe color hex is 0.98, 0.88, 0.00, 0.00. Web safe color of #051efe is #0033ff. Color #051efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011110 11111110
Octal 5 36 376
Decimal 5 30 254
Hex 5 1E FE

RGB Percentages of Color #051efe

%1.73
%10.38
%87.89

CMYK Percentages of Color #051efe

%98
%88
%0
%0

Triadic Colors of #051efe

#051efe #fe051e #1efe05

Analogous Colors of #051efe

#051efe #6905fe #059bfe

Monochromatic Colors of #051efe

#051efe

Complementary Color

#051efe #fee505

#051efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#051efe Color CSS Codes

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

#051efe Text Font Color

<p style="color:#051efe">Text here</p>

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


#051efe Background Color

<div style="background-color:#051efe">
Div content here</div>

This div background color is #051efe


#051efe Border Color

<div style="border:3px solid #051efe">
Div here</div>

This div border color is #051efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,30,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051efe;
  -webkit-box-shadow: 1px 1px 3px 2px #051efe;
  box-shadow:         1px 1px 3px 2px #051efe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,30,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051efe


Comments

No comments written yet.

Please login to write comment.