Color Hex Logo

#7eaebc Color Hex

#7EAEBC
(126,174,188)
0 Favorites   0 Comments

Color spaces of #7eaebc

RGB 126174188
HSL0.540.320.62
HSV194°33°74°
CMYK 0.330.070.00   0.26
XYZ32.817338.338653.2474
Yxy38.33860.26380.3082
Hunter Lab61.9182-13.7499-7.6445
CIE-Lab68.2694-12.4584-12.2788

#7eaebc color RGB value is (126,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 10111100
Octal 176 256 274
Decimal 126 174 188
Hex 7E AE BC

RGB Percentages of Color #7eaebc

%25.82
%35.66
%38.52

CMYK Percentages of Color #7eaebc

%33
%7
%0
%26

Triadic Colors of #7eaebc

#7eaebc #bc7eae #aebc7e

Analogous Colors of #7eaebc

#7eaebc #7e8fbc #7ebcab

Monochromatic Colors of #7eaebc

#7eaebc

Complementary Color

#7eaebc #bc8c7e

#7eaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaebc Color CSS Codes

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

#7eaebc Text Font Color

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

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


#7eaebc Background Color

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

This div background color is #7eaebc


#7eaebc Border Color

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

This div border color is #7eaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaebc


Comments

No comments written yet.

Please login to write comment.