Color Hex Logo

#5994ac Color Hex

#5994AC
(89,148,172)
0 Favorites   0 Comments

Color spaces of #5994ac

RGB 89148172
HSL0.550.330.51
HSV197°48°67°
CMYK 0.480.140.00   0.33
XYZ22.156126.282242.9349
Yxy26.28220.24250.2876
Hunter Lab51.2662-12.5721-13.7685
CIE-Lab58.3039-12.5562-18.5503

#5994ac color RGB value is (89,148,172).

#5994ac hex color red value is 89, green value is 148 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5994ac hue: 0.55 , saturation: 0.33 and the lightness value of 5994ac is 0.51.

The process color (four color CMYK) of #5994ac color hex is 0.48, 0.14, 0.00, 0.33. Web safe color of #5994ac is #669999. Color #5994ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010100 10101100
Octal 131 224 254
Decimal 89 148 172
Hex 59 94 AC

RGB Percentages of Color #5994ac

%21.76
%36.19
%42.05

CMYK Percentages of Color #5994ac

%48
%14
%0
%33

Triadic Colors of #5994ac

#5994ac #ac5994 #94ac59

Analogous Colors of #5994ac

#5994ac #596bac #59ac9b

Monochromatic Colors of #5994ac

#5994ac

Complementary Color

#5994ac #ac7159

#5994ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5994ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5994ac Color CSS Codes

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

#5994ac Text Font Color

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

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


#5994ac Background Color

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

This div background color is #5994ac


#5994ac Border Color

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

This div border color is #5994ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,148,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 #5994ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5994ac


Comments

No comments written yet.

Please login to write comment.