Color Hex Logo

#599ecc Color Hex

#599ECC
(89,158,204)
0 Favorites   0 Comments

Color spaces of #599ecc

RGB 89158204
HSL0.570.530.57
HSV204°56°80°
CMYK 0.560.230.00   0.20
XYZ27.245830.937261.6622
Yxy30.93720.22730.2581
Hunter Lab55.6212-9.8997-26.7946
CIE-Lab62.4546-8.4880-30.2023

#599ecc color RGB value is (89,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011110 11001100
Octal 131 236 314
Decimal 89 158 204
Hex 59 9E CC

RGB Percentages of Color #599ecc

%19.73
%35.03
%45.23

CMYK Percentages of Color #599ecc

%56
%23
%0
%20

Triadic Colors of #599ecc

#599ecc #cc599e #9ecc59

Analogous Colors of #599ecc

#599ecc #5965cc #59ccc1

Monochromatic Colors of #599ecc

#599ecc

Complementary Color

#599ecc #cc8759

#599ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599ecc Color CSS Codes

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

#599ecc Text Font Color

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

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


#599ecc Background Color

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

This div background color is #599ecc


#599ecc Border Color

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

This div border color is #599ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599ecc


Comments

No comments written yet.

Please login to write comment.