Color Hex Logo

#7eaeda Color Hex

#7EAEDA
(126,174,218)
0 Favorites   0 Comments

Color spaces of #7eaeda

RGB 126174218
HSL0.580.550.67
HSV209°42°85°
CMYK 0.420.200.00   0.15
XYZ36.395139.769772.0878
Yxy39.76970.24550.2683
Hunter Lab63.0632-7.3446-23.6304
CIE-Lab69.3052-4.6127-27.2354

#7eaeda color RGB value is (126,174,218).

#7eaeda hex color red value is 126, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7eaeda hue: 0.58 , saturation: 0.55 and the lightness value of 7eaeda is 0.67.

The process color (four color CMYK) of #7eaeda color hex is 0.42, 0.20, 0.00, 0.15. Web safe color of #7eaeda is #6699cc. Color #7eaeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11011010
Octal 176 256 332
Decimal 126 174 218
Hex 7E AE DA

RGB Percentages of Color #7eaeda

%24.32
%33.59
%42.08

CMYK Percentages of Color #7eaeda

%42
%20
%0
%15

Triadic Colors of #7eaeda

#7eaeda #da7eae #aeda7e

Analogous Colors of #7eaeda

#7eaeda #7e80da #7edad8

Monochromatic Colors of #7eaeda

#7eaeda

Complementary Color

#7eaeda #daaa7e

#7eaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeda Color CSS Codes

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

#7eaeda Text Font Color

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

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


#7eaeda Background Color

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

This div background color is #7eaeda


#7eaeda Border Color

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

This div border color is #7eaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeda


Comments

No comments written yet.

Please login to write comment.