Color Hex Logo

#7eaeeb Color Hex

#7EAEEB
(126,174,235)
0 Favorites   0 Comments

Color spaces of #7eaeeb

RGB 126174235
HSL0.590.730.71
HSV214°46°92°
CMYK 0.460.260.00   0.08
XYZ38.735640.705984.4127
Yxy40.70590.23640.2484
Hunter Lab63.8012-3.2794-33.7833
CIE-Lab69.96940.1464-35.5066

#7eaeeb color RGB value is (126,174,235).

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

The process color (four color CMYK) of #7eaeeb color hex is 0.46, 0.26, 0.00, 0.08. Web safe color of #7eaeeb is #6699ff. Color #7eaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11101011
Octal 176 256 353
Decimal 126 174 235
Hex 7E AE EB

RGB Percentages of Color #7eaeeb

%23.55
%32.52
%43.93

CMYK Percentages of Color #7eaeeb

%46
%26
%0
%8

Triadic Colors of #7eaeeb

#7eaeeb #eb7eae #aeeb7e

Analogous Colors of #7eaeeb

#7eaeeb #857eeb #7ee5eb

Monochromatic Colors of #7eaeeb

#7eaeeb

Complementary Color

#7eaeeb #ebbb7e

#7eaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeeb Color CSS Codes

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

#7eaeeb Text Font Color

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

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


#7eaeeb Background Color

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

This div background color is #7eaeeb


#7eaeeb Border Color

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

This div border color is #7eaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeeb


Comments

No comments written yet.

Please login to write comment.