Color Hex Logo

#5898ce Color Hex

#5898CE
(88,152,206)
0 Favorites   0 Comments

Color spaces of #5898ce

RGB 88152206
HSL0.580.550.58
HSV207°57°81°
CMYK 0.570.260.00   0.19
XYZ26.393328.987462.5966
Yxy28.98740.22370.2457
Hunter Lab53.8399-6.7160-31.2451
CIE-Lab60.7705-4.7040-33.9376

#5898ce color RGB value is (88,152,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011000 11001110
Octal 130 230 316
Decimal 88 152 206
Hex 58 98 CE

RGB Percentages of Color #5898ce

%19.73
%34.08
%46.19

CMYK Percentages of Color #5898ce

%57
%26
%0
%19

Triadic Colors of #5898ce

#5898ce #ce5898 #98ce58

Analogous Colors of #5898ce

#5898ce #585dce #58cec9

Monochromatic Colors of #5898ce

#5898ce

Complementary Color

#5898ce #ce8e58

#5898ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5898ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5898ce Color CSS Codes

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

#5898ce Text Font Color

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

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


#5898ce Background Color

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

This div background color is #5898ce


#5898ce Border Color

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

This div border color is #5898ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,152,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 #5898ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5898ce


Comments

No comments written yet.

Please login to write comment.