Color Hex Logo

#5995ce Color Hex

#5995CE
(89,149,206)
0 Favorites   0 Comments

Color spaces of #5995ce

RGB 89149206
HSL0.580.540.58
HSV209°57°81°
CMYK 0.570.280.00   0.19
XYZ26.007828.075062.4408
Yxy28.07500.22320.2409
Hunter Lab52.9858-5.1095-32.7798
CIE-Lab59.9564-2.7910-35.2030

#5995ce color RGB value is (89,149,206).

#5995ce hex color red value is 89, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5995ce hue: 0.58 , saturation: 0.54 and the lightness value of 5995ce is 0.58.

The process color (four color CMYK) of #5995ce color hex is 0.57, 0.28, 0.00, 0.19. Web safe color of #5995ce is #6699cc. Color #5995ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010101 11001110
Octal 131 225 316
Decimal 89 149 206
Hex 59 95 CE

RGB Percentages of Color #5995ce

%20.05
%33.56
%46.40

CMYK Percentages of Color #5995ce

%57
%28
%0
%19

Triadic Colors of #5995ce

#5995ce #ce5995 #95ce59

Analogous Colors of #5995ce

#5995ce #595ace #59cecd

Monochromatic Colors of #5995ce

#5995ce

Complementary Color

#5995ce #ce9259

#5995ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5995ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5995ce Color CSS Codes

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

#5995ce Text Font Color

<p style="color:#5995ce">Text here</p>

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


#5995ce Background Color

<div style="background-color:#5995ce">
Div content here</div>

This div background color is #5995ce


#5995ce Border Color

<div style="border:3px solid #5995ce">
Div here</div>

This div border color is #5995ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,149,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5995ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5995ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5995ce;
  box-shadow:         1px 1px 3px 2px #5995ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,149,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5995ce


Comments

No comments written yet.

Please login to write comment.