Color Hex Logo

#359fda Color Hex

#359FDA
(53,159,218)
0 Favorites   0 Comments

Color spaces of #359fda

RGB 53159218
HSL0.560.690.53
HSV201°76°85°
CMYK 0.760.270.00   0.15
XYZ26.521230.615170.8412
Yxy30.61510.20720.2392
Hunter Lab55.3309-11.2705-37.1785
CIE-Lab62.1814-10.2592-38.5072

#359fda color RGB value is (53,159,218).

#359fda hex color red value is 53, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #359fda hue: 0.56 , saturation: 0.69 and the lightness value of 359fda is 0.53.

The process color (four color CMYK) of #359fda color hex is 0.76, 0.27, 0.00, 0.15. Web safe color of #359fda is #3399cc. Color #359fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11011010
Octal 65 237 332
Decimal 53 159 218
Hex 35 9F DA

RGB Percentages of Color #359fda

%12.33
%36.98
%50.70

CMYK Percentages of Color #359fda

%76
%27
%0
%15

Triadic Colors of #359fda

#359fda #da359f #9fda35

Analogous Colors of #359fda

#359fda #354dda #35dac3

Monochromatic Colors of #359fda

#359fda

Complementary Color

#359fda #da7035

#359fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fda Color CSS Codes

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

#359fda Text Font Color

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

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


#359fda Background Color

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

This div background color is #359fda


#359fda Border Color

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

This div border color is #359fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fda


Comments

No comments written yet.

Please login to write comment.