Color Hex Logo

#0588ac Color Hex

#0588AC
(5,136,172)
0 Favorites   0 Comments

Color spaces of #0588ac

RGB 5136172
HSL0.540.940.35
HSV193°97°67°
CMYK 0.970.210.00   0.33
XYZ16.313120.619142.1498
Yxy20.61910.20630.2607
Hunter Lab45.4083-15.3376-23.2496
CIE-Lab52.5301-17.5219-27.6059

#0588ac color RGB value is (5,136,172).

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

The process color (four color CMYK) of #0588ac color hex is 0.97, 0.21, 0.00, 0.33. Web safe color of #0588ac is #009999. Color #0588ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001000 10101100
Octal 5 210 254
Decimal 5 136 172
Hex 5 88 AC

RGB Percentages of Color #0588ac

%1.60
%43.45
%54.95

CMYK Percentages of Color #0588ac

%97
%21
%0
%33

Triadic Colors of #0588ac

#0588ac #ac0588 #88ac05

Analogous Colors of #0588ac

#0588ac #0535ac #05ac7d

Monochromatic Colors of #0588ac

#0588ac

Complementary Color

#0588ac #ac2905

#0588ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0588ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0588ac Color CSS Codes

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

#0588ac Text Font Color

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

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


#0588ac Background Color

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

This div background color is #0588ac


#0588ac Border Color

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

This div border color is #0588ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0588ac


Comments

No comments written yet.

Please login to write comment.