Color Hex Logo

#5998dc Color Hex

#5998DC
(89,152,220)
0 Favorites   0 Comments

Color spaces of #5998dc

RGB 89152220
HSL0.590.650.61
HSV211°60°86°
CMYK 0.600.310.00   0.14
XYZ28.266329.747671.9622
Yxy29.74760.21750.2289
Hunter Lab54.5414-2.9390-40.0486
CIE-Lab61.4358-0.0311-40.7020

#5998dc color RGB value is (89,152,220).

#5998dc hex color red value is 89, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5998dc hue: 0.59 , saturation: 0.65 and the lightness value of 5998dc is 0.61.

The process color (four color CMYK) of #5998dc color hex is 0.60, 0.31, 0.00, 0.14. Web safe color of #5998dc is #6699cc. Color #5998dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011000 11011100
Octal 131 230 334
Decimal 89 152 220
Hex 59 98 DC

RGB Percentages of Color #5998dc

%19.31
%32.97
%47.72

CMYK Percentages of Color #5998dc

%60
%31
%0
%14

Triadic Colors of #5998dc

#5998dc #dc5998 #98dc59

Analogous Colors of #5998dc

#5998dc #5c59dc #59dadc

Monochromatic Colors of #5998dc

#5998dc

Complementary Color

#5998dc #dc9d59

#5998dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5998dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5998dc Color CSS Codes

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

#5998dc Text Font Color

<p style="color:#5998dc">Text here</p>

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


#5998dc Background Color

<div style="background-color:#5998dc">
Div content here</div>

This div background color is #5998dc


#5998dc Border Color

<div style="border:3px solid #5998dc">
Div here</div>

This div border color is #5998dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,152,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5998dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5998dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5998dc;
  box-shadow:         1px 1px 3px 2px #5998dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5998dc


Comments

No comments written yet.

Please login to write comment.