Color Hex Logo

#359dd2 Color Hex

#359DD2
(53,157,210)
0 Favorites   0 Comments

Color spaces of #359dd2

RGB 53157210
HSL0.560.640.52
HSV200°75°82°
CMYK 0.750.250.00   0.18
XYZ25.158029.524065.3455
Yxy29.52400.20960.2460
Hunter Lab54.3360-12.4411-33.2681
CIE-Lab61.2413-11.9041-35.5253

#359dd2 color RGB value is (53,157,210).

#359dd2 hex color red value is 53, green value is 157 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #359dd2 hue: 0.56 , saturation: 0.64 and the lightness value of 359dd2 is 0.52.

The process color (four color CMYK) of #359dd2 color hex is 0.75, 0.25, 0.00, 0.18. Web safe color of #359dd2 is #3399cc. Color #359dd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 11010010
Octal 65 235 322
Decimal 53 157 210
Hex 35 9D D2

RGB Percentages of Color #359dd2

%12.62
%37.38
%50.00

CMYK Percentages of Color #359dd2

%75
%25
%0
%18

Triadic Colors of #359dd2

#359dd2 #d2359d #9dd235

Analogous Colors of #359dd2

#359dd2 #354fd2 #35d2b9

Monochromatic Colors of #359dd2

#359dd2

Complementary Color

#359dd2 #d26a35

#359dd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dd2 Color CSS Codes

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

#359dd2 Text Font Color

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

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


#359dd2 Background Color

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

This div background color is #359dd2


#359dd2 Border Color

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

This div border color is #359dd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dd2


Comments

No comments written yet.

Please login to write comment.