Color Hex Logo

#050eee Color Hex

#050EEE
(5,14,238)
0 Favorites   0 Comments

Color spaces of #050eee

RGB 514238
HSL0.660.960.48
HSV238°98°93°
CMYK 0.980.940.00   0.07
XYZ15.65226.519481.3223
Yxy6.51940.15120.0630
Hunter Lab25.533164.7403-170.9639
CIE-Lab30.686872.8260-100.9651

#050eee color RGB value is (5,14,238).

#050eee hex color red value is 5, green value is 14 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #050eee hue: 0.66 , saturation: 0.96 and the lightness value of 050eee is 0.48.

The process color (four color CMYK) of #050eee color hex is 0.98, 0.94, 0.00, 0.07. Web safe color of #050eee is #0000ff. Color #050eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001110 11101110
Octal 5 16 356
Decimal 5 14 238
Hex 5 E EE

RGB Percentages of Color #050eee

%1.95
%5.45
%92.61

CMYK Percentages of Color #050eee

%98
%94
%0
%7

Triadic Colors of #050eee

#050eee #ee050e #0eee05

Analogous Colors of #050eee

#050eee #7105ee #0583ee

Monochromatic Colors of #050eee

#050eee

Complementary Color

#050eee #eee505

#050eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#050eee Color CSS Codes

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

#050eee Text Font Color

<p style="color:#050eee">Text here</p>

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


#050eee Background Color

<div style="background-color:#050eee">
Div content here</div>

This div background color is #050eee


#050eee Border Color

<div style="border:3px solid #050eee">
Div here</div>

This div border color is #050eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,14,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050eee;
  -webkit-box-shadow: 1px 1px 3px 2px #050eee;
  box-shadow:         1px 1px 3px 2px #050eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,14,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 #050eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050eee


Comments

No comments written yet.

Please login to write comment.