Color Hex Logo

#359ffe Color Hex

#359FFE
(53,159,254)
0 Favorites   0 Comments

Color spaces of #359ffe

RGB 53159254
HSL0.580.990.60
HSV208°79°100°
CMYK 0.790.370.00   0.00
XYZ31.755732.708998.4057
Yxy32.70890.19500.2008
Hunter Lab57.1917-0.9733-61.9819
CIE-Lab63.92452.4458-55.5666

#359ffe color RGB value is (53,159,254).

#359ffe hex color red value is 53, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #359ffe hue: 0.58 , saturation: 0.99 and the lightness value of 359ffe is 0.60.

The process color (four color CMYK) of #359ffe color hex is 0.79, 0.37, 0.00, 0.00. Web safe color of #359ffe is #3399ff. Color #359ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11111110
Octal 65 237 376
Decimal 53 159 254
Hex 35 9F FE

RGB Percentages of Color #359ffe

%11.37
%34.12
%54.51

CMYK Percentages of Color #359ffe

%79
%37
%0
%0

Triadic Colors of #359ffe

#359ffe #fe359f #9ffe35

Analogous Colors of #359ffe

#359ffe #353bfe #35fef9

Monochromatic Colors of #359ffe

#359ffe

Complementary Color

#359ffe #fe9435

#359ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ffe Color CSS Codes

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

#359ffe Text Font Color

<p style="color:#359ffe">Text here</p>

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


#359ffe Background Color

<div style="background-color:#359ffe">
Div content here</div>

This div background color is #359ffe


#359ffe Border Color

<div style="border:3px solid #359ffe">
Div here</div>

This div border color is #359ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,159,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #359ffe;
  box-shadow:         1px 1px 3px 2px #359ffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,159,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 #359ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ffe


Comments

No comments written yet.

Please login to write comment.