Color Hex Logo

#7eaaec Color Hex

#7EAAEC
(126,170,236)
0 Favorites   0 Comments

Color spaces of #7eaaec

RGB 126170236
HSL0.600.740.71
HSV216°47°93°
CMYK 0.470.280.00   0.07
XYZ38.119239.241284.9221
Yxy39.24120.23490.2418
Hunter Lab62.6428-1.0046-36.5269
CIE-Lab68.92562.6684-37.6750

#7eaaec color RGB value is (126,170,236).

#7eaaec hex color red value is 126, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7eaaec hue: 0.60 , saturation: 0.74 and the lightness value of 7eaaec is 0.71.

The process color (four color CMYK) of #7eaaec color hex is 0.47, 0.28, 0.00, 0.07. Web safe color of #7eaaec is #6699ff. Color #7eaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11101100
Octal 176 252 354
Decimal 126 170 236
Hex 7E AA EC

RGB Percentages of Color #7eaaec

%23.68
%31.95
%44.36

CMYK Percentages of Color #7eaaec

%47
%28
%0
%7

Triadic Colors of #7eaaec

#7eaaec #ec7eaa #aaec7e

Analogous Colors of #7eaaec

#7eaaec #897eec #7ee1ec

Monochromatic Colors of #7eaaec

#7eaaec

Complementary Color

#7eaaec #ecc07e

#7eaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaaec Color CSS Codes

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

#7eaaec Text Font Color

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

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


#7eaaec Background Color

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

This div background color is #7eaaec


#7eaaec Border Color

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

This div border color is #7eaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaaec


Comments

No comments written yet.

Please login to write comment.