Color Hex Logo

#5997ef Color Hex

#5997EF
(89,151,239)
0 Favorites   0 Comments

Color spaces of #5997ef

RGB 89151239
HSL0.600.820.64
HSV215°63°94°
CMYK 0.630.370.00   0.06
XYZ30.766430.489185.9248
Yxy30.48910.20900.2072
Hunter Lab55.21692.8290-53.6112
CIE-Lab62.07406.7814-50.2099

#5997ef color RGB value is (89,151,239).

#5997ef hex color red value is 89, green value is 151 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5997ef hue: 0.60 , saturation: 0.82 and the lightness value of 5997ef is 0.64.

The process color (four color CMYK) of #5997ef color hex is 0.63, 0.37, 0.00, 0.06. Web safe color of #5997ef is #6699ff. Color #5997ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010111 11101111
Octal 131 227 357
Decimal 89 151 239
Hex 59 97 EF

RGB Percentages of Color #5997ef

%18.58
%31.52
%49.90

CMYK Percentages of Color #5997ef

%63
%37
%0
%6

Triadic Colors of #5997ef

#5997ef #ef5997 #97ef59

Analogous Colors of #5997ef

#5997ef #6659ef #59e2ef

Monochromatic Colors of #5997ef

#5997ef

Complementary Color

#5997ef #efb159

#5997ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5997ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5997ef Color CSS Codes

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

#5997ef Text Font Color

<p style="color:#5997ef">Text here</p>

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


#5997ef Background Color

<div style="background-color:#5997ef">
Div content here</div>

This div background color is #5997ef


#5997ef Border Color

<div style="border:3px solid #5997ef">
Div here</div>

This div border color is #5997ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,151,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5997ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5997ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5997ef;
  box-shadow:         1px 1px 3px 2px #5997ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5997ef


Comments

No comments written yet.

Please login to write comment.