Color Hex Logo

#359fdd Color Hex

#359FDD
(53,159,221)
0 Favorites   0 Comments

Color spaces of #359fdd

RGB 53159221
HSL0.560.710.54
HSV202°76°87°
CMYK 0.760.280.00   0.13
XYZ26.917530.773672.9278
Yxy30.77360.20610.2356
Hunter Lab55.4740-10.4663-39.1127
CIE-Lab62.3160-9.2204-39.9601

#359fdd color RGB value is (53,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11011101
Octal 65 237 335
Decimal 53 159 221
Hex 35 9F DD

RGB Percentages of Color #359fdd

%12.24
%36.72
%51.04

CMYK Percentages of Color #359fdd

%76
%28
%0
%13

Triadic Colors of #359fdd

#359fdd #dd359f #9fdd35

Analogous Colors of #359fdd

#359fdd #354bdd #35ddc7

Monochromatic Colors of #359fdd

#359fdd

Complementary Color

#359fdd #dd7335

#359fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fdd Color CSS Codes

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

#359fdd Text Font Color

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

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


#359fdd Background Color

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

This div background color is #359fdd


#359fdd Border Color

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

This div border color is #359fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fdd


Comments

No comments written yet.

Please login to write comment.