color codes Logo

#359dfc color codes

#359DFC
(53,157,252)
0 Favorites   0 Comments

Color spaces of #359dfc

RGB 53157252
HSL0.580.970.60
HSV209°79°99°
CMYK 0.790.380.00   0.01
XYZ31.095931.899196.6137
Yxy31.89910.19480.1999
Hunter Lab56.4793-0.5617-61.8862
CIE-Lab63.25942.8929-55.5324

#359dfc color RGB value is (53,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 11111100
Octal 65 235 374
Decimal 53 157 252
Hex 35 9D FC

RGB Percentages of Color #359dfc

%11.47
%33.98
%54.55

CMYK Percentages of Color #359dfc

%79
%38
%0
%1

Triadic Colors of #359dfc

#359dfc #fc359d #9dfc35

Analogous Colors of #359dfc

#359dfc #353afc #35fcf8

Monochromatic Colors of #359dfc

#359dfc

Complementary Color

#359dfc #fc9435

#359dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dfc Color CSS Codes

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

#359dfc Text Font Color

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

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


#359dfc Background Color

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

This div background color is #359dfc


#359dfc Border Color

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

This div border color is #359dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.