Color Hex Logo

#35997e Color Hex

#35997E
(53,153,126)
0 Favorites   0 Comments

Color spaces of #35997e

RGB 53153126
HSL0.460.490.40
HSV164°65°60°
CMYK 0.650.000.18   0.40
XYZ16.625325.045723.6967
Yxy25.04570.25430.3832
Hunter Lab50.0457-28.28186.9581
CIE-Lab57.1199-35.54435.7669

#35997e color RGB value is (53,153,126).

#35997e hex color red value is 53, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #35997e hue: 0.46 , saturation: 0.49 and the lightness value of 35997e is 0.40.

The process color (four color CMYK) of #35997e color hex is 0.65, 0.00, 0.18, 0.40. Web safe color of #35997e is #339966. Color #35997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011001 01111110
Octal 65 231 176
Decimal 53 153 126
Hex 35 99 7E

RGB Percentages of Color #35997e

%15.96
%46.08
%37.95

CMYK Percentages of Color #35997e

%65
%0
%18
%40

Triadic Colors of #35997e

#35997e #7e3599 #997e35

Analogous Colors of #35997e

#35997e #358299 #35994c

Monochromatic Colors of #35997e

#35997e

Complementary Color

#35997e #993550

#35997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35997e Color CSS Codes

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

#35997e Text Font Color

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

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


#35997e Background Color

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

This div background color is #35997e


#35997e Border Color

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

This div border color is #35997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35997e


Comments

No comments written yet.

Please login to write comment.