Color Hex Logo

#7eabfa Color Hex

#7EABFA
(126,171,250)
0 Favorites   0 Comments

Color spaces of #7eabfa

RGB 126171250
HSL0.610.930.74
HSV218°50°98°
CMYK 0.500.320.00   0.02
XYZ40.422440.463696.1222
Yxy40.46360.22840.2286
Hunter Lab63.61102.1108-45.0651
CIE-Lab69.79856.1878-43.9317

#7eabfa color RGB value is (126,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 11111010
Octal 176 253 372
Decimal 126 171 250
Hex 7E AB FA

RGB Percentages of Color #7eabfa

%23.03
%31.26
%45.70

CMYK Percentages of Color #7eabfa

%50
%32
%0
%2

Triadic Colors of #7eabfa

#7eabfa #fa7eab #abfa7e

Analogous Colors of #7eabfa

#7eabfa #8f7efa #7ee9fa

Monochromatic Colors of #7eabfa

#7eabfa

Complementary Color

#7eabfa #facd7e

#7eabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabfa Color CSS Codes

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

#7eabfa Text Font Color

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

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


#7eabfa Background Color

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

This div background color is #7eabfa


#7eabfa Border Color

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

This div border color is #7eabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabfa


Comments

No comments written yet.

Please login to write comment.