Color Hex Logo

#759d9f Color Hex

#759D9F
(117,157,159)
0 Favorites   0 Comments

Color spaces of #759d9f

RGB 117157159
HSL0.510.180.54
HSV183°26°62°
CMYK 0.260.010.00   0.38
XYZ25.651130.399137.3165
Yxy30.39910.27470.3256
Hunter Lab55.1354-13.4418-1.5336
CIE-Lab61.9971-13.0777-5.4844

#759d9f color RGB value is (117,157,159).

#759d9f hex color red value is 117, green value is 157 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #759d9f hue: 0.51 , saturation: 0.18 and the lightness value of 759d9f is 0.54.

The process color (four color CMYK) of #759d9f color hex is 0.26, 0.01, 0.00, 0.38. Web safe color of #759d9f is #669999. Color #759d9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 10011111
Octal 165 235 237
Decimal 117 157 159
Hex 75 9D 9F

RGB Percentages of Color #759d9f

%27.02
%36.26
%36.72

CMYK Percentages of Color #759d9f

%26
%1
%0
%38

Triadic Colors of #759d9f

#759d9f #9f759d #9d9f75

Analogous Colors of #759d9f

#759d9f #75889f #759f8c

Monochromatic Colors of #759d9f

#759d9f

Complementary Color

#759d9f #9f7775

#759d9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759d9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#759d9f Color CSS Codes

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

#759d9f Text Font Color

<p style="color:#759d9f">Text here</p>

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


#759d9f Background Color

<div style="background-color:#759d9f">
Div content here</div>

This div background color is #759d9f


#759d9f Border Color

<div style="border:3px solid #759d9f">
Div here</div>

This div border color is #759d9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,157,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #759d9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #759d9f;
  -webkit-box-shadow: 1px 1px 3px 2px #759d9f;
  box-shadow:         1px 1px 3px 2px #759d9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,157,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759d9f


Comments

No comments written yet.

Please login to write comment.