Color Hex Logo

#559ecc Color Hex

#559ECC
(85,158,204)
0 Favorites   0 Comments

Color spaces of #559ecc

RGB 85158204
HSL0.560.540.57
HSV203°58°80°
CMYK 0.580.230.00   0.20
XYZ26.872330.744661.6447
Yxy30.74460.22530.2578
Hunter Lab55.4478-10.5252-27.1028
CIE-Lab62.2914-9.2982-30.4680

#559ecc color RGB value is (85,158,204).

#559ecc hex color red value is 85, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #559ecc hue: 0.56 , saturation: 0.54 and the lightness value of 559ecc is 0.57.

The process color (four color CMYK) of #559ecc color hex is 0.58, 0.23, 0.00, 0.20. Web safe color of #559ecc is #6699cc. Color #559ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011110 11001100
Octal 125 236 314
Decimal 85 158 204
Hex 55 9E CC

RGB Percentages of Color #559ecc

%19.02
%35.35
%45.64

CMYK Percentages of Color #559ecc

%58
%23
%0
%20

Triadic Colors of #559ecc

#559ecc #cc559e #9ecc55

Analogous Colors of #559ecc

#559ecc #5562cc #55ccbf

Monochromatic Colors of #559ecc

#559ecc

Complementary Color

#559ecc #cc8355

#559ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#559ecc Color CSS Codes

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

#559ecc Text Font Color

<p style="color:#559ecc">Text here</p>

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


#559ecc Background Color

<div style="background-color:#559ecc">
Div content here</div>

This div background color is #559ecc


#559ecc Border Color

<div style="border:3px solid #559ecc">
Div here</div>

This div border color is #559ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,158,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #559ecc;
  box-shadow:         1px 1px 3px 2px #559ecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,158,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559ecc


Comments

No comments written yet.

Please login to write comment.