Color Hex Logo

#354960 Color Hex

#354960
(53,73,96)
0 Favorites   0 Comments

Color spaces of #354960

RGB 537396
HSL0.590.290.29
HSV212°45°38°
CMYK 0.450.240.00   0.62
XYZ5.96216.366511.9810
Yxy6.36650.24530.2619
Hunter Lab25.2319-1.9778-10.4906
CIE-Lab30.3189-0.9844-15.9785

#354960 color RGB value is (53,73,96).

#354960 hex color red value is 53, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #354960 hue: 0.59 , saturation: 0.29 and the lightness value of 354960 is 0.29.

The process color (four color CMYK) of #354960 color hex is 0.45, 0.24, 0.00, 0.62. Web safe color of #354960 is #333366. Color #354960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 01100000
Octal 65 111 140
Decimal 53 73 96
Hex 35 49 60

RGB Percentages of Color #354960

%23.87
%32.88
%43.24

CMYK Percentages of Color #354960

%45
%24
%0
%62

Triadic Colors of #354960

#354960 #603549 #496035

Analogous Colors of #354960

#354960 #373560 #355f60

Monochromatic Colors of #354960

#354960

Complementary Color

#354960 #604c35

#354960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354960 Color CSS Codes

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

#354960 Text Font Color

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

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


#354960 Background Color

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

This div background color is #354960


#354960 Border Color

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

This div border color is #354960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,73,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354960;
  -webkit-box-shadow: 1px 1px 3px 2px #354960;
  box-shadow:         1px 1px 3px 2px #354960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354960


Comments

No comments written yet.

Please login to write comment.