Color Hex Logo

#759eaf Color Hex

#759EAF
(117,158,175)
0 Favorites   0 Comments

Color spaces of #759eaf

RGB 117158175
HSL0.550.270.57
HSV198°33°69°
CMYK 0.330.100.00   0.31
XYZ27.300831.330845.1660
Yxy31.33080.26300.3018
Hunter Lab55.9739-10.8925-8.6600
CIE-Lab62.7859-9.6944-13.3205

#759eaf color RGB value is (117,158,175).

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

The process color (four color CMYK) of #759eaf color hex is 0.33, 0.10, 0.00, 0.31. Web safe color of #759eaf is #669999. Color #759eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011110 10101111
Octal 165 236 257
Decimal 117 158 175
Hex 75 9E AF

RGB Percentages of Color #759eaf

%26.00
%35.11
%38.89

CMYK Percentages of Color #759eaf

%33
%10
%0
%31

Triadic Colors of #759eaf

#759eaf #af759e #9eaf75

Analogous Colors of #759eaf

#759eaf #7581af #75afa3

Monochromatic Colors of #759eaf

#759eaf

Complementary Color

#759eaf #af8675

#759eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#759eaf Color CSS Codes

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

#759eaf Text Font Color

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

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


#759eaf Background Color

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

This div background color is #759eaf


#759eaf Border Color

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

This div border color is #759eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759eaf


Comments

No comments written yet.

Please login to write comment.