Color Hex Logo

#359fdf Color Hex

#359FDF
(53,159,223)
0 Favorites   0 Comments

Color spaces of #359fdf

RGB 53159223
HSL0.560.730.54
HSV203°76°87°
CMYK 0.760.290.00   0.13
XYZ27.185630.880974.3398
Yxy30.88090.20530.2332
Hunter Lab55.5706-9.9248-40.4161
CIE-Lab62.4070-8.5257-40.9255

#359fdf color RGB value is (53,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11011111
Octal 65 237 337
Decimal 53 159 223
Hex 35 9F DF

RGB Percentages of Color #359fdf

%12.18
%36.55
%51.26

CMYK Percentages of Color #359fdf

%76
%29
%0
%13

Triadic Colors of #359fdf

#359fdf #df359f #9fdf35

Analogous Colors of #359fdf

#359fdf #354adf #35dfca

Monochromatic Colors of #359fdf

#359fdf

Complementary Color

#359fdf #df7535

#359fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fdf Color CSS Codes

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

#359fdf Text Font Color

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

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


#359fdf Background Color

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

This div background color is #359fdf


#359fdf Border Color

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

This div border color is #359fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fdf


Comments

No comments written yet.

Please login to write comment.