Color Hex Logo

#0599fe Color Hex

#0599FE
(5,153,254)
0 Favorites   0 Comments

Color spaces of #0599fe

RGB 5153254
HSL0.570.990.51
HSV204°98°100°
CMYK 0.980.400.00   0.00
XYZ29.343229.970598.0043
Yxy29.97050.18650.1905
Hunter Lab54.7453-0.1293-67.8184
CIE-Lab61.62883.3230-59.2615

#0599fe color RGB value is (5,153,254).

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

The process color (four color CMYK) of #0599fe color hex is 0.98, 0.40, 0.00, 0.00. Web safe color of #0599fe is #0099ff. Color #0599fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011001 11111110
Octal 5 231 376
Decimal 5 153 254
Hex 5 99 FE

RGB Percentages of Color #0599fe

%1.21
%37.14
%61.65

CMYK Percentages of Color #0599fe

%98
%40
%0
%0

Triadic Colors of #0599fe

#0599fe #fe0599 #99fe05

Analogous Colors of #0599fe

#0599fe #051cfe #05fee7

Monochromatic Colors of #0599fe

#0599fe

Complementary Color

#0599fe #fe6a05

#0599fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0599fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0599fe Color CSS Codes

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

#0599fe Text Font Color

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

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


#0599fe Background Color

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

This div background color is #0599fe


#0599fe Border Color

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

This div border color is #0599fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,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 #0599fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0599fe

Related Colors


Comments

No comments written yet.

Please login to write comment.