Color Hex Logo

#5888aa Color Hex

#5888AA
(88,136,170)
0 Favorites   0 Comments

Color spaces of #5888aa

RGB 88136170
HSL0.570.330.51
HSV205°48°67°
CMYK 0.480.200.00   0.33
XYZ20.084422.585341.3311
Yxy22.58530.23910.2689
Hunter Lab47.5240-7.7300-18.2971
CIE-Lab54.6426-6.6810-23.0137

#5888aa color RGB value is (88,136,170).

#5888aa hex color red value is 88, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5888aa hue: 0.57 , saturation: 0.33 and the lightness value of 5888aa is 0.51.

The process color (four color CMYK) of #5888aa color hex is 0.48, 0.20, 0.00, 0.33. Web safe color of #5888aa is #669999. Color #5888aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001000 10101010
Octal 130 210 252
Decimal 88 136 170
Hex 58 88 AA

RGB Percentages of Color #5888aa

%22.34
%34.52
%43.15

CMYK Percentages of Color #5888aa

%48
%20
%0
%33

Triadic Colors of #5888aa

#5888aa #aa5888 #88aa58

Analogous Colors of #5888aa

#5888aa #585faa #58aaa3

Monochromatic Colors of #5888aa

#5888aa

Complementary Color

#5888aa #aa7a58

#5888aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5888aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5888aa Color CSS Codes

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

#5888aa Text Font Color

<p style="color:#5888aa">Text here</p>

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


#5888aa Background Color

<div style="background-color:#5888aa">
Div content here</div>

This div background color is #5888aa


#5888aa Border Color

<div style="border:3px solid #5888aa">
Div here</div>

This div border color is #5888aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,136,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5888aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5888aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5888aa;
  box-shadow:         1px 1px 3px 2px #5888aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5888aa


Comments

No comments written yet.

Please login to write comment.