Color Hex Logo

#5899fe Color Hex

#5899FE
(88,153,254)
0 Favorites   0 Comments

Color spaces of #5899fe

RGB 88153254
HSL0.600.990.67
HSV217°65°100°
CMYK 0.650.400.00   0.00
XYZ33.305132.012998.1897
Yxy32.01290.20370.1958
Hunter Lab56.57996.0570-63.2868
CIE-Lab63.353510.4602-56.4094

#5899fe color RGB value is (88,153,254).

#5899fe hex color red value is 88, green value is 153 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5899fe hue: 0.60 , saturation: 0.99 and the lightness value of 5899fe is 0.67.

The process color (four color CMYK) of #5899fe color hex is 0.65, 0.40, 0.00, 0.00. Web safe color of #5899fe is #6699ff. Color #5899fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011001 11111110
Octal 130 231 376
Decimal 88 153 254
Hex 58 99 FE

RGB Percentages of Color #5899fe

%17.78
%30.91
%51.31

CMYK Percentages of Color #5899fe

%65
%40
%0
%0

Triadic Colors of #5899fe

#5899fe #fe5899 #99fe58

Analogous Colors of #5899fe

#5899fe #6a58fe #58ecfe

Monochromatic Colors of #5899fe

#5899fe

Complementary Color

#5899fe #febd58

#5899fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5899fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5899fe Color CSS Codes

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

#5899fe Text Font Color

<p style="color:#5899fe">Text here</p>

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


#5899fe Background Color

<div style="background-color:#5899fe">
Div content here</div>

This div background color is #5899fe


#5899fe Border Color

<div style="border:3px solid #5899fe">
Div here</div>

This div border color is #5899fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,153,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5899fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5899fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5899fe;
  box-shadow:         1px 1px 3px 2px #5899fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,153,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5899fe

Related Colors


Comments

No comments written yet.

Please login to write comment.