Color Hex Logo

#759c95 Color Hex

#759C95
(117,156,149)
0 Favorites   0 Comments

Color spaces of #759c95

RGB 117156149
HSL0.470.160.54
HSV169°25°61°
CMYK 0.250.000.04   0.39
XYZ24.649429.728832.8728
Yxy29.72880.28250.3407
Hunter Lab54.5241-14.72052.4207
CIE-Lab61.4195-14.8502-0.6881

#759c95 color RGB value is (117,156,149).

#759c95 hex color red value is 117, green value is 156 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #759c95 hue: 0.47 , saturation: 0.16 and the lightness value of 759c95 is 0.54.

The process color (four color CMYK) of #759c95 color hex is 0.25, 0.00, 0.04, 0.39. Web safe color of #759c95 is #669999. Color #759c95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 10010101
Octal 165 234 225
Decimal 117 156 149
Hex 75 9C 95

RGB Percentages of Color #759c95

%27.73
%36.97
%35.31

CMYK Percentages of Color #759c95

%25
%0
%4
%39

Triadic Colors of #759c95

#759c95 #95759c #9c9575

Analogous Colors of #759c95

#759c95 #75909c #759c82

Monochromatic Colors of #759c95

#759c95

Complementary Color

#759c95 #9c757c

#759c95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759c95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759c95 Color CSS Codes

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

#759c95 Text Font Color

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

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


#759c95 Background Color

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

This div background color is #759c95


#759c95 Border Color

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

This div border color is #759c95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759c95


Comments

No comments written yet.

Please login to write comment.