Color Hex Logo

#759698 Color Hex

#759698
(117,150,152)
0 Favorites   0 Comments

Color spaces of #759698

RGB 117150152
HSL0.510.150.53
HSV183°23°60°
CMYK 0.230.010.00   0.40
XYZ23.910027.861633.8234
Yxy27.86160.27930.3255
Hunter Lab52.7841-11.5157-1.0434
CIE-Lab59.7635-10.9328-4.8243

#759698 color RGB value is (117,150,152).

#759698 hex color red value is 117, green value is 150 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #759698 hue: 0.51 , saturation: 0.15 and the lightness value of 759698 is 0.53.

The process color (four color CMYK) of #759698 color hex is 0.23, 0.01, 0.00, 0.40. Web safe color of #759698 is #669999. Color #759698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010110 10011000
Octal 165 226 230
Decimal 117 150 152
Hex 75 96 98

RGB Percentages of Color #759698

%27.92
%35.80
%36.28

CMYK Percentages of Color #759698

%23
%1
%0
%40

Triadic Colors of #759698

#759698 #987596 #969875

Analogous Colors of #759698

#759698 #758598 #759889

Monochromatic Colors of #759698

#759698

Complementary Color

#759698 #987775

#759698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759698 Color CSS Codes

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

#759698 Text Font Color

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

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


#759698 Background Color

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

This div background color is #759698


#759698 Border Color

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

This div border color is #759698


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,150,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #759698; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #759698;
  -webkit-box-shadow: 1px 1px 3px 2px #759698;
  box-shadow:         1px 1px 3px 2px #759698; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759698


Comments

No comments written yet.

Please login to write comment.