Color Hex Logo

#054eeb Color Hex

#054EEB
(5,78,235)
0 Favorites   0 Comments

Color spaces of #054eeb

RGB 578235
HSL0.610.960.47
HSV221°98°92°
CMYK 0.980.670.00   0.08
XYZ17.782411.479279.8757
Yxy11.47920.16290.1052
Hunter Lab33.881034.3939-116.0618
CIE-Lab40.376142.9696-83.1769

#054eeb color RGB value is (5,78,235).

#054eeb hex color red value is 5, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #054eeb hue: 0.61 , saturation: 0.96 and the lightness value of 054eeb is 0.47.

The process color (four color CMYK) of #054eeb color hex is 0.98, 0.67, 0.00, 0.08. Web safe color of #054eeb is #0066ff. Color #054eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001110 11101011
Octal 5 116 353
Decimal 5 78 235
Hex 5 4E EB

RGB Percentages of Color #054eeb

%1.57
%24.53
%73.90

CMYK Percentages of Color #054eeb

%98
%67
%0
%8

Triadic Colors of #054eeb

#054eeb #eb054e #4eeb05

Analogous Colors of #054eeb

#054eeb #2f05eb #05c1eb

Monochromatic Colors of #054eeb

#054eeb

Complementary Color

#054eeb #eba205

#054eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#054eeb Color CSS Codes

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

#054eeb Text Font Color

<p style="color:#054eeb">Text here</p>

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


#054eeb Background Color

<div style="background-color:#054eeb">
Div content here</div>

This div background color is #054eeb


#054eeb Border Color

<div style="border:3px solid #054eeb">
Div here</div>

This div border color is #054eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,78,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #054eeb;
  box-shadow:         1px 1px 3px 2px #054eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054eeb


Comments

No comments written yet.

Please login to write comment.