Color Hex Logo

#354c60 Color Hex

#354C60
(53,76,96)
0 Favorites   0 Comments

Color spaces of #354c60

RGB 537696
HSL0.580.290.29
HSV208°45°38°
CMYK 0.450.210.00   0.62
XYZ6.16406.770312.0483
Yxy6.77030.24670.2710
Hunter Lab26.0198-3.2486-9.2400
CIE-Lab31.2782-2.9015-14.5038

#354c60 color RGB value is (53,76,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001100 01100000
Octal 65 114 140
Decimal 53 76 96
Hex 35 4C 60

RGB Percentages of Color #354c60

%23.56
%33.78
%42.67

CMYK Percentages of Color #354c60

%45
%21
%0
%62

Triadic Colors of #354c60

#354c60 #60354c #4c6035

Analogous Colors of #354c60

#354c60 #353760 #35605f

Monochromatic Colors of #354c60

#354c60

Complementary Color

#354c60 #604935

#354c60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354c60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354c60 Color CSS Codes

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

#354c60 Text Font Color

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

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


#354c60 Background Color

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

This div background color is #354c60


#354c60 Border Color

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

This div border color is #354c60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,76,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 #354c60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354c60


Comments

No comments written yet.

Please login to write comment.