Color Hex Logo

#35897e Color Hex

#35897E
(53,137,126)
0 Favorites   0 Comments

Color spaces of #35897e

RGB 53137126
HSL0.480.440.37
HSV172°61°54°
CMYK 0.610.000.08   0.46
XYZ14.179820.154622.8815
Yxy20.15460.24780.3523
Hunter Lab44.8939-22.18481.2068
CIE-Lab52.0116-27.9693-1.6450

#35897e color RGB value is (53,137,126).

#35897e hex color red value is 53, green value is 137 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #35897e hue: 0.48 , saturation: 0.44 and the lightness value of 35897e is 0.37.

The process color (four color CMYK) of #35897e color hex is 0.61, 0.00, 0.08, 0.46. Web safe color of #35897e is #339966. Color #35897e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 01111110
Octal 65 211 176
Decimal 53 137 126
Hex 35 89 7E

RGB Percentages of Color #35897e

%16.77
%43.35
%39.87

CMYK Percentages of Color #35897e

%61
%0
%8
%46

Triadic Colors of #35897e

#35897e #7e3589 #897e35

Analogous Colors of #35897e

#35897e #356a89 #358954

Monochromatic Colors of #35897e

#35897e

Complementary Color

#35897e #893540

#35897e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35897e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35897e Color CSS Codes

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

#35897e Text Font Color

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

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


#35897e Background Color

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

This div background color is #35897e


#35897e Border Color

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

This div border color is #35897e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,137,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 #35897e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35897e


Comments

No comments written yet.

Please login to write comment.