Color Hex Logo

#7e9cef Color Hex

#7E9CEF
(126,156,239)
0 Favorites   0 Comments

Color spaces of #7e9cef

RGB 126156239
HSL0.620.780.72
HSV224°47°94°
CMYK 0.470.350.00   0.06
XYZ36.072634.444586.4086
Yxy34.44450.22990.2195
Hunter Lab58.68947.0059-46.2102
CIE-Lab65.313911.5157-44.9701

#7e9cef color RGB value is (126,156,239).

#7e9cef hex color red value is 126, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7e9cef hue: 0.62 , saturation: 0.78 and the lightness value of 7e9cef is 0.72.

The process color (four color CMYK) of #7e9cef color hex is 0.47, 0.35, 0.00, 0.06. Web safe color of #7e9cef is #6699ff. Color #7e9cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011100 11101111
Octal 176 234 357
Decimal 126 156 239
Hex 7E 9C EF

RGB Percentages of Color #7e9cef

%24.18
%29.94
%45.87

CMYK Percentages of Color #7e9cef

%47
%35
%0
%6

Triadic Colors of #7e9cef

#7e9cef #ef7e9c #9cef7e

Analogous Colors of #7e9cef

#7e9cef #997eef #7ed5ef

Monochromatic Colors of #7e9cef

#7e9cef

Complementary Color

#7e9cef #efd17e

#7e9cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9cef Color CSS Codes

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

#7e9cef Text Font Color

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

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


#7e9cef Background Color

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

This div background color is #7e9cef


#7e9cef Border Color

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

This div border color is #7e9cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9cef


Comments

No comments written yet.

Please login to write comment.