Color Hex Logo

#5894ce Color Hex

#5894CE
(88,148,206)
0 Favorites   0 Comments

Color spaces of #5894ce

RGB 88148206
HSL0.580.550.58
HSV209°57°81°
CMYK 0.570.280.00   0.19
XYZ25.755027.710762.3838
Yxy27.71070.22230.2392
Hunter Lab52.6410-4.7891-33.4148
CIE-Lab59.6265-2.4239-35.7214

#5894ce color RGB value is (88,148,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010100 11001110
Octal 130 224 316
Decimal 88 148 206
Hex 58 94 CE

RGB Percentages of Color #5894ce

%19.91
%33.48
%46.61

CMYK Percentages of Color #5894ce

%57
%28
%0
%19

Triadic Colors of #5894ce

#5894ce #ce5894 #94ce58

Analogous Colors of #5894ce

#5894ce #5859ce #58cecd

Monochromatic Colors of #5894ce

#5894ce

Complementary Color

#5894ce #ce9258

#5894ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5894ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5894ce Color CSS Codes

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

#5894ce Text Font Color

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

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


#5894ce Background Color

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

This div background color is #5894ce


#5894ce Border Color

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

This div border color is #5894ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5894ce


Comments

No comments written yet.

Please login to write comment.