Color Hex Logo

#355c68 Color Hex

#355C68
(53,92,104)
0 Favorites   0 Comments

Color spaces of #355c68

RGB 5392104
HSL0.540.320.31
HSV194°49°41°
CMYK 0.490.120.00   0.59
XYZ7.79409.410714.5024
Yxy9.41070.24580.2968
Hunter Lab30.6769-8.3334-6.5554
CIE-Lab36.7633-10.2026-11.1674

#355c68 color RGB value is (53,92,104).

#355c68 hex color red value is 53, green value is 92 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #355c68 hue: 0.54 , saturation: 0.32 and the lightness value of 355c68 is 0.31.

The process color (four color CMYK) of #355c68 color hex is 0.49, 0.12, 0.00, 0.59. Web safe color of #355c68 is #336666. Color #355c68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 01101000
Octal 65 134 150
Decimal 53 92 104
Hex 35 5C 68

RGB Percentages of Color #355c68

%21.29
%36.95
%41.77

CMYK Percentages of Color #355c68

%49
%12
%0
%59

Triadic Colors of #355c68

#355c68 #68355c #5c6835

Analogous Colors of #355c68

#355c68 #354368 #35685b

Monochromatic Colors of #355c68

#355c68

Complementary Color

#355c68 #684135

#355c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355c68 Color CSS Codes

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

#355c68 Text Font Color

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

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


#355c68 Background Color

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

This div background color is #355c68


#355c68 Border Color

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

This div border color is #355c68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355c68


Comments

No comments written yet.

Please login to write comment.