Color Hex Logo

#359fde Color Hex

#359FDE
(53,159,222)
0 Favorites   0 Comments

Color spaces of #359fde

RGB 53159222
HSL0.560.720.54
HSV202°76°87°
CMYK 0.760.280.00   0.13
XYZ27.051230.827173.6317
Yxy30.82710.20570.2344
Hunter Lab55.5222-10.1960-39.7630
CIE-Lab62.3614-8.8731-40.4431

#359fde color RGB value is (53,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11011110
Octal 65 237 336
Decimal 53 159 222
Hex 35 9F DE

RGB Percentages of Color #359fde

%12.21
%36.64
%51.15

CMYK Percentages of Color #359fde

%76
%28
%0
%13

Triadic Colors of #359fde

#359fde #de359f #9fde35

Analogous Colors of #359fde

#359fde #354bde #35dec9

Monochromatic Colors of #359fde

#359fde

Complementary Color

#359fde #de7435

#359fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fde Color CSS Codes

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

#359fde Text Font Color

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

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


#359fde Background Color

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

This div background color is #359fde


#359fde Border Color

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

This div border color is #359fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fde


Comments

No comments written yet.

Please login to write comment.