Color Hex Logo

#359dbd Color Hex

#359DBD
(53,157,189)
0 Favorites   0 Comments

Color spaces of #359dbd

RGB 53157189
HSL0.540.560.47
HSV194°72°74°
CMYK 0.720.170.00   0.26
XYZ22.710528.544952.4569
Yxy28.54490.21900.2752
Hunter Lab53.4274-17.6227-20.8138
CIE-Lab60.3779-18.9499-25.1013

#359dbd color RGB value is (53,157,189).

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

The process color (four color CMYK) of #359dbd color hex is 0.72, 0.17, 0.00, 0.26. Web safe color of #359dbd is #3399cc. Color #359dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 10111101
Octal 65 235 275
Decimal 53 157 189
Hex 35 9D BD

RGB Percentages of Color #359dbd

%13.28
%39.35
%47.37

CMYK Percentages of Color #359dbd

%72
%17
%0
%26

Triadic Colors of #359dbd

#359dbd #bd359d #9dbd35

Analogous Colors of #359dbd

#359dbd #3559bd #35bd99

Monochromatic Colors of #359dbd

#359dbd

Complementary Color

#359dbd #bd5535

#359dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dbd Color CSS Codes

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

#359dbd Text Font Color

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

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


#359dbd Background Color

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

This div background color is #359dbd


#359dbd Border Color

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

This div border color is #359dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dbd


Comments

No comments written yet.

Please login to write comment.