Color Hex Logo

#7e9ebf Color Hex

#7E9EBF
(126,158,191)
0 Favorites   0 Comments

Color spaces of #7e9ebf

RGB 126158191
HSL0.580.340.62
HSV210°34°75°
CMYK 0.340.170.00   0.25
XYZ30.235032.650953.9989
Yxy32.65090.25870.2793
Hunter Lab57.1410-5.5470-16.0311
CIE-Lab63.8772-2.9794-20.5894

#7e9ebf color RGB value is (126,158,191).

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

The process color (four color CMYK) of #7e9ebf color hex is 0.34, 0.17, 0.00, 0.25. Web safe color of #7e9ebf is #6699cc. Color #7e9ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011110 10111111
Octal 176 236 277
Decimal 126 158 191
Hex 7E 9E BF

RGB Percentages of Color #7e9ebf

%26.53
%33.26
%40.21

CMYK Percentages of Color #7e9ebf

%34
%17
%0
%25

Triadic Colors of #7e9ebf

#7e9ebf #bf7e9e #9ebf7e

Analogous Colors of #7e9ebf

#7e9ebf #7f7ebf #7ebfbf

Monochromatic Colors of #7e9ebf

#7e9ebf

Complementary Color

#7e9ebf #bf9f7e

#7e9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9ebf Color CSS Codes

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

#7e9ebf Text Font Color

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

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


#7e9ebf Background Color

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

This div background color is #7e9ebf


#7e9ebf Border Color

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

This div border color is #7e9ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9ebf


Comments

No comments written yet.

Please login to write comment.