Color Hex Logo

#7eaafa Color Hex

#7EAAFA
(126,170,250)
0 Favorites   0 Comments

Color spaces of #7eaafa

RGB 126170250
HSL0.610.930.74
HSV219°50°98°
CMYK 0.500.320.00   0.02
XYZ40.234240.087296.0595
Yxy40.08720.22810.2273
Hunter Lab63.31452.6304-45.6336
CIE-Lab69.53166.7536-44.3501

#7eaafa color RGB value is (126,170,250).

#7eaafa hex color red value is 126, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7eaafa hue: 0.61 , saturation: 0.93 and the lightness value of 7eaafa is 0.74.

The process color (four color CMYK) of #7eaafa color hex is 0.50, 0.32, 0.00, 0.02. Web safe color of #7eaafa is #6699ff. Color #7eaafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 11111010
Octal 176 252 372
Decimal 126 170 250
Hex 7E AA FA

RGB Percentages of Color #7eaafa

%23.08
%31.14
%45.79

CMYK Percentages of Color #7eaafa

%50
%32
%0
%2

Triadic Colors of #7eaafa

#7eaafa #fa7eaa #aafa7e

Analogous Colors of #7eaafa

#7eaafa #907efa #7ee8fa

Monochromatic Colors of #7eaafa

#7eaafa

Complementary Color

#7eaafa #face7e

#7eaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaafa Color CSS Codes

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

#7eaafa Text Font Color

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

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


#7eaafa Background Color

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

This div background color is #7eaafa


#7eaafa Border Color

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

This div border color is #7eaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaafa


Comments

No comments written yet.

Please login to write comment.