Color Hex Logo

#558aeb Color Hex

#558AEB
(85,138,235)
0 Favorites   0 Comments

Color spaces of #558aeb

RGB 85138235
HSL0.610.790.63
HSV219°64°92°
CMYK 0.640.410.00   0.08
XYZ27.830226.106482.1695
Yxy26.10640.20450.1918
Hunter Lab51.09447.8105-59.5834
CIE-Lab58.137912.4588-54.2635

#558aeb color RGB value is (85,138,235).

#558aeb hex color red value is 85, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #558aeb hue: 0.61 , saturation: 0.79 and the lightness value of 558aeb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11101011
Octal 125 212 353
Decimal 85 138 235
Hex 55 8A EB

RGB Percentages of Color #558aeb

%18.56
%30.13
%51.31

CMYK Percentages of Color #558aeb

%64
%41
%0
%8

Triadic Colors of #558aeb

#558aeb #eb558a #8aeb55

Analogous Colors of #558aeb

#558aeb #6b55eb #55d5eb

Monochromatic Colors of #558aeb

#558aeb

Complementary Color

#558aeb #ebb655

#558aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558aeb Color CSS Codes

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

#558aeb Text Font Color

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

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


#558aeb Background Color

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

This div background color is #558aeb


#558aeb Border Color

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

This div border color is #558aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,138,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 #558aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558aeb


Comments

No comments written yet.

Please login to write comment.