Color Hex Logo

#7eaaed Color Hex

#7EAAED
(126,170,237)
0 Favorites   0 Comments

Color spaces of #7eaaed

RGB 126170237
HSL0.600.760.71
HSV216°47°93°
CMYK 0.470.280.00   0.07
XYZ38.265039.299585.6895
Yxy39.29950.23440.2407
Hunter Lab62.6893-0.7515-37.1605
CIE-Lab68.96772.9567-38.1554

#7eaaed color RGB value is (126,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11101101
Octal 176 252 355
Decimal 126 170 237
Hex 7E AA ED

RGB Percentages of Color #7eaaed

%23.64
%31.89
%44.47

CMYK Percentages of Color #7eaaed

%47
%28
%0
%7

Triadic Colors of #7eaaed

#7eaaed #ed7eaa #aaed7e

Analogous Colors of #7eaaed

#7eaaed #8a7eed #7ee2ed

Monochromatic Colors of #7eaaed

#7eaaed

Complementary Color

#7eaaed #edc17e

#7eaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaaed Color CSS Codes

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

#7eaaed Text Font Color

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

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


#7eaaed Background Color

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

This div background color is #7eaaed


#7eaaed Border Color

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

This div border color is #7eaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaaed


Comments

No comments written yet.

Please login to write comment.