Color Hex Logo

#356c65 Color Hex

#356C65
(53,108,101)
0 Favorites   0 Comments

Color spaces of #356c65

RGB 53108101
HSL0.480.340.32
HSV172°51°42°
CMYK 0.510.000.06   0.58
XYZ9.179712.421614.2257
Yxy12.42160.25620.3467
Hunter Lab35.2443-15.18550.7397
CIE-Lab41.8785-20.0727-1.6943

#356c65 color RGB value is (53,108,101).

#356c65 hex color red value is 53, green value is 108 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #356c65 hue: 0.48 , saturation: 0.34 and the lightness value of 356c65 is 0.32.

The process color (four color CMYK) of #356c65 color hex is 0.51, 0.00, 0.06, 0.58. Web safe color of #356c65 is #336666. Color #356c65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101100 01100101
Octal 65 154 145
Decimal 53 108 101
Hex 35 6C 65

RGB Percentages of Color #356c65

%20.23
%41.22
%38.55

CMYK Percentages of Color #356c65

%51
%0
%6
%58

Triadic Colors of #356c65

#356c65 #65356c #6c6535

Analogous Colors of #356c65

#356c65 #35586c #356c4a

Monochromatic Colors of #356c65

#356c65

Complementary Color

#356c65 #6c353c

#356c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356c65 Color CSS Codes

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

#356c65 Text Font Color

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

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


#356c65 Background Color

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

This div background color is #356c65


#356c65 Border Color

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

This div border color is #356c65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,108,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356c65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356c65;
  -webkit-box-shadow: 1px 1px 3px 2px #356c65;
  box-shadow:         1px 1px 3px 2px #356c65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356c65


Comments

No comments written yet.

Please login to write comment.