Color Hex Logo

#7ea6bb Color Hex

#7EA6BB
(126,166,187)
0 Favorites   0 Comments

Color spaces of #7ea6bb

RGB 126166187
HSL0.560.310.61
HSV201°33°73°
CMYK 0.330.110.00   0.27
XYZ31.210035.295952.1816
Yxy35.29590.26300.2974
Hunter Lab59.4104-10.1968-10.4886
CIE-Lab65.9784-8.4060-15.1705

#7ea6bb color RGB value is (126,166,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100110 10111011
Octal 176 246 273
Decimal 126 166 187
Hex 7E A6 BB

RGB Percentages of Color #7ea6bb

%26.30
%34.66
%39.04

CMYK Percentages of Color #7ea6bb

%33
%11
%0
%27

Triadic Colors of #7ea6bb

#7ea6bb #bb7ea6 #a6bb7e

Analogous Colors of #7ea6bb

#7ea6bb #7e88bb #7ebbb2

Monochromatic Colors of #7ea6bb

#7ea6bb

Complementary Color

#7ea6bb #bb937e

#7ea6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea6bb Color CSS Codes

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

#7ea6bb Text Font Color

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

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


#7ea6bb Background Color

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

This div background color is #7ea6bb


#7ea6bb Border Color

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

This div border color is #7ea6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea6bb


Comments

No comments written yet.

Please login to write comment.