Color Hex Logo

#7ea9bd Color Hex

#7EA9BD
(126,169,189)
0 Favorites   0 Comments

Color spaces of #7ea9bd

RGB 126169189
HSL0.550.320.62
HSV199°33°74°
CMYK 0.330.110.00   0.26
XYZ31.977536.485753.5012
Yxy36.48570.26220.2992
Hunter Lab60.4034-11.2082-10.2327
CIE-Lab66.8894-9.5279-14.9082

#7ea9bd color RGB value is (126,169,189).

#7ea9bd hex color red value is 126, green value is 169 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ea9bd hue: 0.55 , saturation: 0.32 and the lightness value of 7ea9bd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101001 10111101
Octal 176 251 275
Decimal 126 169 189
Hex 7E A9 BD

RGB Percentages of Color #7ea9bd

%26.03
%34.92
%39.05

CMYK Percentages of Color #7ea9bd

%33
%11
%0
%26

Triadic Colors of #7ea9bd

#7ea9bd #bd7ea9 #a9bd7e

Analogous Colors of #7ea9bd

#7ea9bd #7e8abd #7ebdb2

Monochromatic Colors of #7ea9bd

#7ea9bd

Complementary Color

#7ea9bd #bd927e

#7ea9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea9bd Color CSS Codes

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

#7ea9bd Text Font Color

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

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


#7ea9bd Background Color

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

This div background color is #7ea9bd


#7ea9bd Border Color

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

This div border color is #7ea9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea9bd


Comments

No comments written yet.

Please login to write comment.