Color Hex Logo

#558eef Color Hex

#558EEF
(85,142,239)
0 Favorites   0 Comments

Color spaces of #558eef

RGB 85142239
HSL0.600.830.64
HSV218°64°94°
CMYK 0.640.410.00   0.06
XYZ28.999327.509385.4428
Yxy27.50930.20430.1938
Hunter Lab52.44936.9066-59.8721
CIE-Lab59.442811.4198-54.4002

#558eef color RGB value is (85,142,239).

#558eef hex color red value is 85, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #558eef hue: 0.60 , saturation: 0.83 and the lightness value of 558eef is 0.64.

The process color (four color CMYK) of #558eef color hex is 0.64, 0.41, 0.00, 0.06. Web safe color of #558eef is #6699ff. Color #558eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001110 11101111
Octal 125 216 357
Decimal 85 142 239
Hex 55 8E EF

RGB Percentages of Color #558eef

%18.24
%30.47
%51.29

CMYK Percentages of Color #558eef

%64
%41
%0
%6

Triadic Colors of #558eef

#558eef #ef558e #8eef55

Analogous Colors of #558eef

#558eef #6955ef #55dbef

Monochromatic Colors of #558eef

#558eef

Complementary Color

#558eef #efb655

#558eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#558eef Color CSS Codes

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

#558eef Text Font Color

<p style="color:#558eef">Text here</p>

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


#558eef Background Color

<div style="background-color:#558eef">
Div content here</div>

This div background color is #558eef


#558eef Border Color

<div style="border:3px solid #558eef">
Div here</div>

This div border color is #558eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,142,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558eef;
  -webkit-box-shadow: 1px 1px 3px 2px #558eef;
  box-shadow:         1px 1px 3px 2px #558eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,142,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558eef


Comments

No comments written yet.

Please login to write comment.