Color Hex Logo

#0588ae Color Hex

#0588AE
(5,136,174)
0 Favorites   0 Comments

Color spaces of #0588ae

RGB 5136174
HSL0.540.940.35
HSV193°97°68°
CMYK 0.970.220.00   0.32
XYZ16.506720.696643.1692
Yxy20.69660.20540.2575
Hunter Lab45.4935-14.8474-24.4153
CIE-Lab52.6158-16.7966-28.6237

#0588ae color RGB value is (5,136,174).

#0588ae hex color red value is 5, green value is 136 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0588ae hue: 0.54 , saturation: 0.94 and the lightness value of 0588ae is 0.35.

The process color (four color CMYK) of #0588ae color hex is 0.97, 0.22, 0.00, 0.32. Web safe color of #0588ae is #009999. Color #0588ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001000 10101110
Octal 5 210 256
Decimal 5 136 174
Hex 5 88 AE

RGB Percentages of Color #0588ae

%1.59
%43.17
%55.24

CMYK Percentages of Color #0588ae

%97
%22
%0
%32

Triadic Colors of #0588ae

#0588ae #ae0588 #88ae05

Analogous Colors of #0588ae

#0588ae #0533ae #05ae80

Monochromatic Colors of #0588ae

#0588ae

Complementary Color

#0588ae #ae2b05

#0588ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0588ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0588ae Color CSS Codes

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

#0588ae Text Font Color

<p style="color:#0588ae">Text here</p>

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


#0588ae Background Color

<div style="background-color:#0588ae">
Div content here</div>

This div background color is #0588ae


#0588ae Border Color

<div style="border:3px solid #0588ae">
Div here</div>

This div border color is #0588ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,136,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0588ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0588ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0588ae;
  box-shadow:         1px 1px 3px 2px #0588ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0588ae


Comments

No comments written yet.

Please login to write comment.