Color Hex Logo

#359dbe Color Hex

#359DBE
(53,157,190)
0 Favorites   0 Comments

Color spaces of #359dbe

RGB 53157190
HSL0.540.560.48
HSV194°72°75°
CMYK 0.720.170.00   0.25
XYZ22.819428.588553.0306
Yxy28.58850.21850.2737
Hunter Lab53.4682-17.3884-21.3770
CIE-Lab60.4167-18.6223-25.6038

#359dbe color RGB value is (53,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 10111110
Octal 65 235 276
Decimal 53 157 190
Hex 35 9D BE

RGB Percentages of Color #359dbe

%13.25
%39.25
%47.50

CMYK Percentages of Color #359dbe

%72
%17
%0
%25

Triadic Colors of #359dbe

#359dbe #be359d #9dbe35

Analogous Colors of #359dbe

#359dbe #3559be #35be9b

Monochromatic Colors of #359dbe

#359dbe

Complementary Color

#359dbe #be5635

#359dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dbe Color CSS Codes

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

#359dbe Text Font Color

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

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


#359dbe Background Color

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

This div background color is #359dbe


#359dbe Border Color

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

This div border color is #359dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dbe


Comments

No comments written yet.

Please login to write comment.