Color Hex Logo

#759cac Color Hex

#759CAC
(117,156,172)
0 Favorites   0 Comments

Color spaces of #759cac

RGB 117156172
HSL0.550.250.57
HSV197°32°67°
CMYK 0.320.090.00   0.33
XYZ26.671030.537443.5183
Yxy30.53740.26480.3032
Hunter Lab55.2607-10.5549-8.0090
CIE-Lab62.1152-9.3599-12.6406

#759cac color RGB value is (117,156,172).

#759cac hex color red value is 117, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #759cac hue: 0.55 , saturation: 0.25 and the lightness value of 759cac is 0.57.

The process color (four color CMYK) of #759cac color hex is 0.32, 0.09, 0.00, 0.33. Web safe color of #759cac is #669999. Color #759cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 10101100
Octal 165 234 254
Decimal 117 156 172
Hex 75 9C AC

RGB Percentages of Color #759cac

%26.29
%35.06
%38.65

CMYK Percentages of Color #759cac

%32
%9
%0
%33

Triadic Colors of #759cac

#759cac #ac759c #9cac75

Analogous Colors of #759cac

#759cac #7581ac #75aca1

Monochromatic Colors of #759cac

#759cac

Complementary Color

#759cac #ac8575

#759cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#759cac Color CSS Codes

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

#759cac Text Font Color

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

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


#759cac Background Color

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

This div background color is #759cac


#759cac Border Color

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

This div border color is #759cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759cac


Comments

No comments written yet.

Please login to write comment.