Color Hex Logo

#589aeb Color Hex

#589AEB
(88,154,235)
0 Favorites   0 Comments

Color spaces of #589aeb

RGB 88154235
HSL0.590.790.63
HSV213°63°92°
CMYK 0.630.340.00   0.08
XYZ30.575531.184183.0049
Yxy31.18410.21120.2154
Hunter Lab55.84270.0091-49.0390
CIE-Lab62.66273.5320-47.0771

#589aeb color RGB value is (88,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011010 11101011
Octal 130 232 353
Decimal 88 154 235
Hex 58 9A EB

RGB Percentages of Color #589aeb

%18.45
%32.29
%49.27

CMYK Percentages of Color #589aeb

%63
%34
%0
%8

Triadic Colors of #589aeb

#589aeb #eb589a #9aeb58

Analogous Colors of #589aeb

#589aeb #5f58eb #58e4eb

Monochromatic Colors of #589aeb

#589aeb

Complementary Color

#589aeb #eba958

#589aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#589aeb Color CSS Codes

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

#589aeb Text Font Color

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

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


#589aeb Background Color

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

This div background color is #589aeb


#589aeb Border Color

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

This div border color is #589aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589aeb


Comments

No comments written yet.

Please login to write comment.