Color Hex Logo

#759aeb Color Hex

#759AEB
(117,154,235)
0 Favorites   0 Comments

Color spaces of #759aeb

RGB 117154235
HSL0.610.750.69
HSV221°50°92°
CMYK 0.500.340.00   0.08
XYZ33.887132.891383.1599
Yxy32.89130.22600.2194
Hunter Lab57.35095.1066-45.8259
CIE-Lab64.07289.4014-44.7596

#759aeb color RGB value is (117,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011010 11101011
Octal 165 232 353
Decimal 117 154 235
Hex 75 9A EB

RGB Percentages of Color #759aeb

%23.12
%30.43
%46.44

CMYK Percentages of Color #759aeb

%50
%34
%0
%8

Triadic Colors of #759aeb

#759aeb #eb759a #9aeb75

Analogous Colors of #759aeb

#759aeb #8b75eb #75d5eb

Monochromatic Colors of #759aeb

#759aeb

Complementary Color

#759aeb #ebc675

#759aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#759aeb Color CSS Codes

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

#759aeb Text Font Color

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

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


#759aeb Background Color

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

This div background color is #759aeb


#759aeb Border Color

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

This div border color is #759aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759aeb


Comments

No comments written yet.

Please login to write comment.