Color Hex Logo

#759abc Color Hex

#759ABC
(117,154,188)
0 Favorites   0 Comments

Color spaces of #759abc

RGB 117154188
HSL0.580.350.60
HSV209°38°74°
CMYK 0.380.180.00   0.26
XYZ27.968830.524051.9945
Yxy30.52400.25310.2763
Hunter Lab55.2485-6.3218-17.1240
CIE-Lab62.1037-4.0850-21.6636

#759abc color RGB value is (117,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 10111100
Octal 165 232 274
Decimal 117 154 188
Hex 75 9A BC

RGB Percentages of Color #759abc

%25.49
%33.55
%40.96

CMYK Percentages of Color #759abc

%38
%18
%0
%26

Triadic Colors of #759abc

#759abc #bc759a #9abc75

Analogous Colors of #759abc

#759abc #7577bc #75bcbb

Monochromatic Colors of #759abc

#759abc

Complementary Color

#759abc #bc9775

#759abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#759abc Color CSS Codes

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

#759abc Text Font Color

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

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


#759abc Background Color

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

This div background color is #759abc


#759abc Border Color

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

This div border color is #759abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,154,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 #759abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759abc


Comments

No comments written yet.

Please login to write comment.