Color Hex Logo

#7eaebd Color Hex

#7EAEBD
(126,174,189)
0 Favorites   0 Comments

Color spaces of #7eaebd

RGB 126174189
HSL0.540.320.62
HSV194°33°74°
CMYK 0.330.080.00   0.26
XYZ32.925538.381853.8172
Yxy38.38180.26310.3067
Hunter Lab61.9530-13.5524-8.1367
CIE-Lab68.3011-12.2097-12.7843

#7eaebd color RGB value is (126,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 10111101
Octal 176 256 275
Decimal 126 174 189
Hex 7E AE BD

RGB Percentages of Color #7eaebd

%25.77
%35.58
%38.65

CMYK Percentages of Color #7eaebd

%33
%8
%0
%26

Triadic Colors of #7eaebd

#7eaebd #bd7eae #aebd7e

Analogous Colors of #7eaebd

#7eaebd #7e8fbd #7ebdad

Monochromatic Colors of #7eaebd

#7eaebd

Complementary Color

#7eaebd #bd8d7e

#7eaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaebd Color CSS Codes

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

#7eaebd Text Font Color

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

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


#7eaebd Background Color

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

This div background color is #7eaebd


#7eaebd Border Color

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

This div border color is #7eaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaebd


Comments

No comments written yet.

Please login to write comment.