Color Hex Logo

#055eed Color Hex

#055EED
(5,94,237)
0 Favorites   0 Comments

Color spaces of #055eed

RGB 594237
HSL0.600.960.47
HSV217°98°93°
CMYK 0.980.600.00   0.07
XYZ19.351414.152181.8325
Yxy14.15210.16780.1227
Hunter Lab37.619325.9869-102.6389
CIE-Lab44.450333.5834-77.6136

#055eed color RGB value is (5,94,237).

#055eed hex color red value is 5, green value is 94 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #055eed hue: 0.60 , saturation: 0.96 and the lightness value of 055eed is 0.47.

The process color (four color CMYK) of #055eed color hex is 0.98, 0.60, 0.00, 0.07. Web safe color of #055eed is #0066ff. Color #055eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011110 11101101
Octal 5 136 355
Decimal 5 94 237
Hex 5 5E ED

RGB Percentages of Color #055eed

%1.49
%27.98
%70.54

CMYK Percentages of Color #055eed

%98
%60
%0
%7

Triadic Colors of #055eed

#055eed #ed055e #5eed05

Analogous Colors of #055eed

#055eed #2005ed #05d2ed

Monochromatic Colors of #055eed

#055eed

Complementary Color

#055eed #ed9405

#055eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#055eed Color CSS Codes

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

#055eed Text Font Color

<p style="color:#055eed">Text here</p>

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


#055eed Background Color

<div style="background-color:#055eed">
Div content here</div>

This div background color is #055eed


#055eed Border Color

<div style="border:3px solid #055eed">
Div here</div>

This div border color is #055eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,94,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055eed;
  -webkit-box-shadow: 1px 1px 3px 2px #055eed;
  box-shadow:         1px 1px 3px 2px #055eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055eed


Comments

No comments written yet.

Please login to write comment.