Color Hex Logo

#759aee Color Hex

#759AEE
(117,154,238)
0 Favorites   0 Comments

Color spaces of #759aee

RGB 117154238
HSL0.620.780.70
HSV222°51°93°
CMYK 0.510.350.00   0.07
XYZ34.324333.066285.4622
Yxy33.06620.22460.2163
Hunter Lab57.50325.9180-47.8655
CIE-Lab64.214510.3090-46.1871

#759aee color RGB value is (117,154,238).

#759aee hex color red value is 117, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #759aee hue: 0.62 , saturation: 0.78 and the lightness value of 759aee is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 11101110
Octal 165 232 356
Decimal 117 154 238
Hex 75 9A EE

RGB Percentages of Color #759aee

%22.99
%30.26
%46.76

CMYK Percentages of Color #759aee

%51
%35
%0
%7

Triadic Colors of #759aee

#759aee #ee759a #9aee75

Analogous Colors of #759aee

#759aee #8d75ee #75d7ee

Monochromatic Colors of #759aee

#759aee

Complementary Color

#759aee #eec975

#759aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#759aee Color CSS Codes

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

#759aee Text Font Color

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

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


#759aee Background Color

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

This div background color is #759aee


#759aee Border Color

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

This div border color is #759aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759aee


Comments

No comments written yet.

Please login to write comment.