Color Hex Logo

#758aac Color Hex

#758AAC
(117,138,172)
0 Favorites   0 Comments

Color spaces of #758aac

RGB 117138172
HSL0.600.250.57
HSV217°32°67°
CMYK 0.320.200.00   0.33
XYZ23.871024.937442.5850
Yxy24.93740.26120.2729
Hunter Lab49.9374-2.0640-15.6045
CIE-Lab57.01440.7451-20.3743

#758aac color RGB value is (117,138,172).

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

The process color (four color CMYK) of #758aac color hex is 0.32, 0.20, 0.00, 0.33. Web safe color of #758aac is #669999. Color #758aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 10101100
Octal 165 212 254
Decimal 117 138 172
Hex 75 8A AC

RGB Percentages of Color #758aac

%27.40
%32.32
%40.28

CMYK Percentages of Color #758aac

%32
%20
%0
%33

Triadic Colors of #758aac

#758aac #ac758a #8aac75

Analogous Colors of #758aac

#758aac #7c75ac #75a6ac

Monochromatic Colors of #758aac

#758aac

Complementary Color

#758aac #ac9775

#758aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#758aac Color CSS Codes

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

#758aac Text Font Color

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

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


#758aac Background Color

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

This div background color is #758aac


#758aac Border Color

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

This div border color is #758aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758aac


Comments

No comments written yet.

Please login to write comment.