Color Hex Logo

#355d60 Color Hex

#355D60
(53,93,96)
0 Favorites   0 Comments

Color spaces of #355d60

RGB 539396
HSL0.510.290.29
HSV184°45°38°
CMYK 0.450.030.00   0.62
XYZ7.49399.430112.4916
Yxy9.43010.25480.3206
Hunter Lab30.7085-10.1798-2.6221
CIE-Lab36.7995-13.1834-6.1476

#355d60 color RGB value is (53,93,96).

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

The process color (four color CMYK) of #355d60 color hex is 0.45, 0.03, 0.00, 0.62. Web safe color of #355d60 is #336666. Color #355d60 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 01100000
Octal 65 135 140
Decimal 53 93 96
Hex 35 5D 60

RGB Percentages of Color #355d60

%21.90
%38.43
%39.67

CMYK Percentages of Color #355d60

%45
%3
%0
%62

Triadic Colors of #355d60

#355d60 #60355d #5d6035

Analogous Colors of #355d60

#355d60 #354860 #35604e

Monochromatic Colors of #355d60

#355d60

Complementary Color

#355d60 #603835

#355d60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355d60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355d60 Color CSS Codes

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

#355d60 Text Font Color

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

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


#355d60 Background Color

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

This div background color is #355d60


#355d60 Border Color

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

This div border color is #355d60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355d60


Comments

No comments written yet.

Please login to write comment.