Color Hex Logo

#359d66 Color Hex

#359D66
(53,157,102)
0 Favorites   0 Comments

Color spaces of #359d66

RGB 53157102
HSL0.410.500.41
HSV148°66°62°
CMYK 0.660.000.35   0.38
XYZ15.923425.830116.7168
Yxy25.83010.27230.4418
Hunter Lab50.8233-33.015216.0747
CIE-Lab57.8754-42.792720.2784

#359d66 color RGB value is (53,157,102).

#359d66 hex color red value is 53, green value is 157 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #359d66 hue: 0.41 , saturation: 0.50 and the lightness value of 359d66 is 0.41.

The process color (four color CMYK) of #359d66 color hex is 0.66, 0.00, 0.35, 0.38. Web safe color of #359d66 is #339966. Color #359d66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 01100110
Octal 65 235 146
Decimal 53 157 102
Hex 35 9D 66

RGB Percentages of Color #359d66

%16.99
%50.32
%32.69

CMYK Percentages of Color #359d66

%66
%0
%35
%38

Triadic Colors of #359d66

#359d66 #66359d #9d6635

Analogous Colors of #359d66

#359d66 #359d9a #389d35

Monochromatic Colors of #359d66

#359d66

Complementary Color

#359d66 #9d356c

#359d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359d66 Color CSS Codes

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

#359d66 Text Font Color

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

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


#359d66 Background Color

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

This div background color is #359d66


#359d66 Border Color

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

This div border color is #359d66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,157,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359d66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359d66;
  -webkit-box-shadow: 1px 1px 3px 2px #359d66;
  box-shadow:         1px 1px 3px 2px #359d66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359d66


Comments

No comments written yet.

Please login to write comment.