Color Hex Logo

#588aeb Color Hex

#588AEB
(88,138,235)
0 Favorites   0 Comments

Color spaces of #588aeb

RGB 88138235
HSL0.610.790.63
HSV220°63°92°
CMYK 0.630.410.00   0.08
XYZ28.108426.249882.1825
Yxy26.24980.20590.1922
Hunter Lab51.23468.2685-59.2396
CIE-Lab58.273412.9775-54.0395

#588aeb color RGB value is (88,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 11101011
Octal 130 212 353
Decimal 88 138 235
Hex 58 8A EB

RGB Percentages of Color #588aeb

%19.09
%29.93
%50.98

CMYK Percentages of Color #588aeb

%63
%41
%0
%8

Triadic Colors of #588aeb

#588aeb #eb588a #8aeb58

Analogous Colors of #588aeb

#588aeb #7058eb #58d4eb

Monochromatic Colors of #588aeb

#588aeb

Complementary Color

#588aeb #ebb958

#588aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#588aeb Color CSS Codes

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

#588aeb Text Font Color

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

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


#588aeb Background Color

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

This div background color is #588aeb


#588aeb Border Color

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

This div border color is #588aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588aeb


Comments

No comments written yet.

Please login to write comment.