Color Hex Logo

#7eaabb Color Hex

#7EAABB
(126,170,187)
0 Favorites   0 Comments

Color spaces of #7eaabb

RGB 126170187
HSL0.550.310.61
HSV197°33°73°
CMYK 0.330.090.00   0.27
XYZ31.948636.772952.4277
Yxy36.77290.26370.3035
Hunter Lab60.6407-12.0782-8.8115
CIE-Lab67.1063-10.5677-13.4715

#7eaabb color RGB value is (126,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 10111011
Octal 176 252 273
Decimal 126 170 187
Hex 7E AA BB

RGB Percentages of Color #7eaabb

%26.09
%35.20
%38.72

CMYK Percentages of Color #7eaabb

%33
%9
%0
%27

Triadic Colors of #7eaabb

#7eaabb #bb7eaa #aabb7e

Analogous Colors of #7eaabb

#7eaabb #7e8cbb #7ebbae

Monochromatic Colors of #7eaabb

#7eaabb

Complementary Color

#7eaabb #bb8f7e

#7eaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaabb Color CSS Codes

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

#7eaabb Text Font Color

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

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


#7eaabb Background Color

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

This div background color is #7eaabb


#7eaabb Border Color

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

This div border color is #7eaabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,170,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 #7eaabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaabb


Comments

No comments written yet.

Please login to write comment.