Color Hex Logo

#7e9dbb Color Hex

#7E9DBB
(126,157,187)
0 Favorites   0 Comments

Color spaces of #7e9dbb

RGB 126157187
HSL0.580.310.61
HSV210°33°73°
CMYK 0.330.160.00   0.27
XYZ29.630832.137451.6551
Yxy32.13740.26120.2833
Hunter Lab56.6899-5.9084-14.3414
CIE-Lab63.4563-3.4538-18.9908

#7e9dbb color RGB value is (126,157,187).

#7e9dbb hex color red value is 126, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7e9dbb hue: 0.58 , saturation: 0.31 and the lightness value of 7e9dbb is 0.61.

The process color (four color CMYK) of #7e9dbb color hex is 0.33, 0.16, 0.00, 0.27. Web safe color of #7e9dbb is #6699cc. Color #7e9dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011101 10111011
Octal 176 235 273
Decimal 126 157 187
Hex 7E 9D BB

RGB Percentages of Color #7e9dbb

%26.81
%33.40
%39.79

CMYK Percentages of Color #7e9dbb

%33
%16
%0
%27

Triadic Colors of #7e9dbb

#7e9dbb #bb7e9d #9dbb7e

Analogous Colors of #7e9dbb

#7e9dbb #7e7fbb #7ebbbb

Monochromatic Colors of #7e9dbb

#7e9dbb

Complementary Color

#7e9dbb #bb9c7e

#7e9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e9dbb Color CSS Codes

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

#7e9dbb Text Font Color

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

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


#7e9dbb Background Color

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

This div background color is #7e9dbb


#7e9dbb Border Color

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

This div border color is #7e9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e9dbb


Comments

No comments written yet.

Please login to write comment.