Color Hex Logo

#7eaeee Color Hex

#7EAEEE
(126,174,238)
0 Favorites   0 Comments

Color spaces of #7eaeee

RGB 126174238
HSL0.600.770.71
HSV214°47°93°
CMYK 0.470.270.00   0.07
XYZ39.172940.880886.7151
Yxy40.88080.23490.2451
Hunter Lab63.9381-2.5302-35.6545
CIE-Lab70.09231.0062-36.9501

#7eaeee color RGB value is (126,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11101110
Octal 176 256 356
Decimal 126 174 238
Hex 7E AE EE

RGB Percentages of Color #7eaeee

%23.42
%32.34
%44.24

CMYK Percentages of Color #7eaeee

%47
%27
%0
%7

Triadic Colors of #7eaeee

#7eaeee #ee7eae #aeee7e

Analogous Colors of #7eaeee

#7eaeee #867eee #7ee6ee

Monochromatic Colors of #7eaeee

#7eaeee

Complementary Color

#7eaeee #eebe7e

#7eaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeee Color CSS Codes

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

#7eaeee Text Font Color

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

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


#7eaeee Background Color

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

This div background color is #7eaeee


#7eaeee Border Color

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

This div border color is #7eaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeee

#7eaeee Color Palettes


Comments

No comments written yet.

Please login to write comment.