Color Hex Logo

#7e94ba Color Hex

#7E94BA
(126,148,186)
0 Favorites   0 Comments

Color spaces of #7e94ba

RGB 126148186
HSL0.610.300.61
HSV218°32°73°
CMYK 0.320.200.00   0.27
XYZ28.057029.160650.6042
Yxy29.16060.26020.2705
Hunter Lab54.0006-1.7580-17.7606
CIE-Lab60.92311.3531-22.2932

#7e94ba color RGB value is (126,148,186).

#7e94ba hex color red value is 126, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7e94ba hue: 0.61 , saturation: 0.30 and the lightness value of 7e94ba is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010100 10111010
Octal 176 224 272
Decimal 126 148 186
Hex 7E 94 BA

RGB Percentages of Color #7e94ba

%27.39
%32.17
%40.43

CMYK Percentages of Color #7e94ba

%32
%20
%0
%27

Triadic Colors of #7e94ba

#7e94ba #ba7e94 #94ba7e

Analogous Colors of #7e94ba

#7e94ba #867eba #7eb2ba

Monochromatic Colors of #7e94ba

#7e94ba

Complementary Color

#7e94ba #baa47e

#7e94ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e94ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e94ba Color CSS Codes

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

#7e94ba Text Font Color

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

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


#7e94ba Background Color

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

This div background color is #7e94ba


#7e94ba Border Color

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

This div border color is #7e94ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e94ba


Comments

No comments written yet.

Please login to write comment.