Color Hex Logo

#759aec Color Hex

#759AEC
(117,154,236)
0 Favorites   0 Comments

Color spaces of #759aec

RGB 117154236
HSL0.610.760.69
HSV221°50°93°
CMYK 0.500.350.00   0.07
XYZ34.032032.949283.9230
Yxy32.94920.22550.2183
Hunter Lab57.40145.3762-46.5032
CIE-Lab64.11989.7036-45.2362

#759aec color RGB value is (117,154,236).

#759aec hex color red value is 117, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #759aec hue: 0.61 , saturation: 0.76 and the lightness value of 759aec is 0.69.

The process color (four color CMYK) of #759aec color hex is 0.50, 0.35, 0.00, 0.07. Web safe color of #759aec is #6699ff. Color #759aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 11101100
Octal 165 232 354
Decimal 117 154 236
Hex 75 9A EC

RGB Percentages of Color #759aec

%23.08
%30.37
%46.55

CMYK Percentages of Color #759aec

%50
%35
%0
%7

Triadic Colors of #759aec

#759aec #ec759a #9aec75

Analogous Colors of #759aec

#759aec #8c75ec #75d6ec

Monochromatic Colors of #759aec

#759aec

Complementary Color

#759aec #ecc775

#759aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#759aec Color CSS Codes

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

#759aec Text Font Color

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

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


#759aec Background Color

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

This div background color is #759aec


#759aec Border Color

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

This div border color is #759aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759aec


Comments

No comments written yet.

Please login to write comment.