Color Hex Logo

#7eaadf Color Hex

#7EAADF
(126,170,223)
0 Favorites   0 Comments

Color spaces of #7eaadf

RGB 126170223
HSL0.590.600.68
HSV213°43°87°
CMYK 0.430.240.00   0.13
XYZ36.298238.512875.3326
Yxy38.51280.24180.2565
Hunter Lab62.0587-4.1978-28.5306
CIE-Lab68.3969-1.0200-31.3786

#7eaadf color RGB value is (126,170,223).

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

The process color (four color CMYK) of #7eaadf color hex is 0.43, 0.24, 0.00, 0.13. Web safe color of #7eaadf is #6699cc. Color #7eaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11011111
Octal 176 252 337
Decimal 126 170 223
Hex 7E AA DF

RGB Percentages of Color #7eaadf

%24.28
%32.76
%42.97

CMYK Percentages of Color #7eaadf

%43
%24
%0
%13

Triadic Colors of #7eaadf

#7eaadf #df7eaa #aadf7e

Analogous Colors of #7eaadf

#7eaadf #837edf #7edbdf

Monochromatic Colors of #7eaadf

#7eaadf

Complementary Color

#7eaadf #dfb37e

#7eaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaadf Color CSS Codes

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

#7eaadf Text Font Color

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

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


#7eaadf Background Color

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

This div background color is #7eaadf


#7eaadf Border Color

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

This div border color is #7eaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaadf


Comments

No comments written yet.

Please login to write comment.