Color Hex Logo

#359fff Color Hex

#359FFF
(53,159,255)
0 Favorites   0 Comments

Color spaces of #359fff

RGB 53159255
HSL0.581.000.60
HSV209°79°100°
CMYK 0.790.380.00   0.00
XYZ31.916332.773299.2514
Yxy32.77320.19470.1999
Hunter Lab57.2479-0.6682-62.7183
CIE-Lab63.97682.8041-56.0287

#359fff color RGB value is (53,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11111111
Octal 65 237 377
Decimal 53 159 255
Hex 35 9F FF

RGB Percentages of Color #359fff

%11.35
%34.05
%54.60

CMYK Percentages of Color #359fff

%79
%38
%0
%0

Triadic Colors of #359fff

#359fff #ff359f #9fff35

Analogous Colors of #359fff

#359fff #353aff #35fffa

Monochromatic Colors of #359fff

#359fff

Complementary Color

#359fff #ff9535

#359fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fff Color CSS Codes

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

#359fff Text Font Color

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

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


#359fff Background Color

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

This div background color is #359fff


#359fff Border Color

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

This div border color is #359fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,159,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fff

Related Colors


Comments

No comments written yet.

Please login to write comment.