Color Hex Logo

#35897f Color Hex

#35897F
(53,137,127)
0 Favorites   0 Comments

Color spaces of #35897f

RGB 53137127
HSL0.480.440.37
HSV173°61°54°
CMYK 0.610.000.07   0.46
XYZ14.244620.180523.2231
Yxy20.18050.24710.3501
Hunter Lab44.9227-22.01400.7955
CIE-Lab52.0407-27.6915-2.1836

#35897f color RGB value is (53,137,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 01111111
Octal 65 211 177
Decimal 53 137 127
Hex 35 89 7F

RGB Percentages of Color #35897f

%16.72
%43.22
%40.06

CMYK Percentages of Color #35897f

%61
%0
%7
%46

Triadic Colors of #35897f

#35897f #7f3589 #897f35

Analogous Colors of #35897f

#35897f #356989 #358955

Monochromatic Colors of #35897f

#35897f

Complementary Color

#35897f #89353f

#35897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35897f Color CSS Codes

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

#35897f Text Font Color

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

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


#35897f Background Color

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

This div background color is #35897f


#35897f Border Color

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

This div border color is #35897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35897f


Comments

No comments written yet.

Please login to write comment.