Color Hex Logo

#7eaaeb Color Hex

#7EAAEB
(126,170,235)
0 Favorites   0 Comments

Color spaces of #7eaaeb

RGB 126170235
HSL0.600.730.71
HSV216°46°92°
CMYK 0.460.280.00   0.08
XYZ37.974339.183284.1589
Yxy39.18320.23540.2429
Hunter Lab62.5965-1.2564-35.8959
CIE-Lab68.88382.3811-37.1940

#7eaaeb color RGB value is (126,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11101011
Octal 176 252 353
Decimal 126 170 235
Hex 7E AA EB

RGB Percentages of Color #7eaaeb

%23.73
%32.02
%44.26

CMYK Percentages of Color #7eaaeb

%46
%28
%0
%8

Triadic Colors of #7eaaeb

#7eaaeb #eb7eaa #aaeb7e

Analogous Colors of #7eaaeb

#7eaaeb #897eeb #7ee1eb

Monochromatic Colors of #7eaaeb

#7eaaeb

Complementary Color

#7eaaeb #ebbf7e

#7eaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaaeb Color CSS Codes

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

#7eaaeb Text Font Color

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

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


#7eaaeb Background Color

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

This div background color is #7eaaeb


#7eaaeb Border Color

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

This div border color is #7eaaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,170,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 #7eaaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaaeb


Comments

No comments written yet.

Please login to write comment.