Color Hex Logo

#35706e Color Hex

#35706E
(53,112,110)
0 Favorites   0 Comments

Color spaces of #35706e

RGB 53112110
HSL0.490.360.32
HSV178°53°44°
CMYK 0.530.000.02   0.56
XYZ10.076813.471016.8209
Yxy13.47100.24960.3337
Hunter Lab36.7029-15.2227-1.4806
CIE-Lab43.4645-19.6672-4.7898

#35706e color RGB value is (53,112,110).

#35706e hex color red value is 53, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #35706e hue: 0.49 , saturation: 0.36 and the lightness value of 35706e is 0.32.

The process color (four color CMYK) of #35706e color hex is 0.53, 0.00, 0.02, 0.56. Web safe color of #35706e is #336666. Color #35706e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110000 01101110
Octal 65 160 156
Decimal 53 112 110
Hex 35 70 6E

RGB Percentages of Color #35706e

%19.27
%40.73
%40.00

CMYK Percentages of Color #35706e

%53
%0
%2
%56

Triadic Colors of #35706e

#35706e #6e3570 #706e35

Analogous Colors of #35706e

#35706e #355570 #357051

Monochromatic Colors of #35706e

#35706e

Complementary Color

#35706e #703537

#35706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35706e Color CSS Codes

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

#35706e Text Font Color

<p style="color:#35706e">Text here</p>

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


#35706e Background Color

<div style="background-color:#35706e">
Div content here</div>

This div background color is #35706e


#35706e Border Color

<div style="border:3px solid #35706e">
Div here</div>

This div border color is #35706e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,112,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35706e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35706e;
  -webkit-box-shadow: 1px 1px 3px 2px #35706e;
  box-shadow:         1px 1px 3px 2px #35706e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35706e


Comments

No comments written yet.

Please login to write comment.