Color Hex Logo

#7eadfa Color Hex

#7EADFA
(126,173,250)
0 Favorites   0 Comments

Color spaces of #7eadfa

RGB 126173250
HSL0.600.930.74
HSV217°50°98°
CMYK 0.500.310.00   0.02
XYZ40.803141.224996.2491
Yxy41.22490.22890.2312
Hunter Lab64.20661.0746-43.9342
CIE-Lab70.33325.0596-43.0941

#7eadfa color RGB value is (126,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 11111010
Octal 176 255 372
Decimal 126 173 250
Hex 7E AD FA

RGB Percentages of Color #7eadfa

%22.95
%31.51
%45.54

CMYK Percentages of Color #7eadfa

%50
%31
%0
%2

Triadic Colors of #7eadfa

#7eadfa #fa7ead #adfa7e

Analogous Colors of #7eadfa

#7eadfa #8d7efa #7eebfa

Monochromatic Colors of #7eadfa

#7eadfa

Complementary Color

#7eadfa #facb7e

#7eadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eadfa Color CSS Codes

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

#7eadfa Text Font Color

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

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


#7eadfa Background Color

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

This div background color is #7eadfa


#7eadfa Border Color

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

This div border color is #7eadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eadfa


Comments

No comments written yet.

Please login to write comment.