Color Hex Logo

#35957f Color Hex

#35957F
(53,149,127)
0 Favorites   0 Comments

Color spaces of #35957f

RGB 53149127
HSL0.460.480.40
HSV166°64°58°
CMYK 0.640.000.15   0.42
XYZ16.046423.784123.8237
Yxy23.78410.25210.3736
Hunter Lab48.7689-26.61405.1750
CIE-Lab55.8710-33.44493.3990

#35957f color RGB value is (53,149,127).

#35957f hex color red value is 53, green value is 149 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #35957f hue: 0.46 , saturation: 0.48 and the lightness value of 35957f is 0.40.

The process color (four color CMYK) of #35957f color hex is 0.64, 0.00, 0.15, 0.42. Web safe color of #35957f is #339966. Color #35957f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010101 01111111
Octal 65 225 177
Decimal 53 149 127
Hex 35 95 7F

RGB Percentages of Color #35957f

%16.11
%45.29
%38.60

CMYK Percentages of Color #35957f

%64
%0
%15
%42

Triadic Colors of #35957f

#35957f #7f3595 #957f35

Analogous Colors of #35957f

#35957f #357b95 #35954f

Monochromatic Colors of #35957f

#35957f

Complementary Color

#35957f #95354b

#35957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35957f Color CSS Codes

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

#35957f Text Font Color

<p style="color:#35957f">Text here</p>

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


#35957f Background Color

<div style="background-color:#35957f">
Div content here</div>

This div background color is #35957f


#35957f Border Color

<div style="border:3px solid #35957f">
Div here</div>

This div border color is #35957f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,149,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35957f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35957f;
  -webkit-box-shadow: 1px 1px 3px 2px #35957f;
  box-shadow:         1px 1px 3px 2px #35957f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35957f


Comments

No comments written yet.

Please login to write comment.