Color Hex Logo

#7e9add Color Hex

#7E9ADD
(126,154,221)
0 Favorites   0 Comments

Color spaces of #7e9add

RGB 126154221
HSL0.620.580.68
HSV222°43°87°
CMYK 0.430.300.00   0.13
XYZ33.210932.767372.9809
Yxy32.76730.23900.2358
Hunter Lab57.24273.3868-35.5211
CIE-Lab63.97207.4616-37.1474

#7e9add color RGB value is (126,154,221).

#7e9add hex color red value is 126, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7e9add hue: 0.62 , saturation: 0.58 and the lightness value of 7e9add is 0.68.

The process color (four color CMYK) of #7e9add color hex is 0.43, 0.30, 0.00, 0.13. Web safe color of #7e9add is #6699cc. Color #7e9add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011010 11011101
Octal 176 232 335
Decimal 126 154 221
Hex 7E 9A DD

RGB Percentages of Color #7e9add

%25.15
%30.74
%44.11

CMYK Percentages of Color #7e9add

%43
%30
%0
%13

Triadic Colors of #7e9add

#7e9add #dd7e9a #9add7e

Analogous Colors of #7e9add

#7e9add #927edd #7ecadd

Monochromatic Colors of #7e9add

#7e9add

Complementary Color

#7e9add #ddc17e

#7e9add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9add Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9add Color CSS Codes

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

#7e9add Text Font Color

<p style="color:#7e9add">Text here</p>

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


#7e9add Background Color

<div style="background-color:#7e9add">
Div content here</div>

This div background color is #7e9add


#7e9add Border Color

<div style="border:3px solid #7e9add">
Div here</div>

This div border color is #7e9add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,154,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e9add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e9add;
  -webkit-box-shadow: 1px 1px 3px 2px #7e9add;
  box-shadow:         1px 1px 3px 2px #7e9add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9add


Comments

No comments written yet.

Please login to write comment.