Color Hex Logo

#759ebc Color Hex

#759EBC
(117,158,188)
0 Favorites   0 Comments

Color spaces of #759ebc

RGB 117158188
HSL0.570.350.60
HSV205°38°74°
CMYK 0.380.160.00   0.26
XYZ28.640131.866552.2183
Yxy31.86650.25410.2827
Hunter Lab56.4504-8.2263-15.3297
CIE-Lab63.2324-6.3102-19.9416

#759ebc color RGB value is (117,158,188).

#759ebc hex color red value is 117, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #759ebc hue: 0.57 , saturation: 0.35 and the lightness value of 759ebc is 0.60.

The process color (four color CMYK) of #759ebc color hex is 0.38, 0.16, 0.00, 0.26. Web safe color of #759ebc is #6699cc. Color #759ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 10111100
Octal 165 236 274
Decimal 117 158 188
Hex 75 9E BC

RGB Percentages of Color #759ebc

%25.27
%34.13
%40.60

CMYK Percentages of Color #759ebc

%38
%16
%0
%26

Triadic Colors of #759ebc

#759ebc #bc759e #9ebc75

Analogous Colors of #759ebc

#759ebc #757bbc #75bcb7

Monochromatic Colors of #759ebc

#759ebc

Complementary Color

#759ebc #bc9375

#759ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#759ebc Color CSS Codes

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

#759ebc Text Font Color

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

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


#759ebc Background Color

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

This div background color is #759ebc


#759ebc Border Color

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

This div border color is #759ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759ebc


Comments

No comments written yet.

Please login to write comment.