Color Hex Logo

#7eabfe Color Hex

#7EABFE
(126,171,254)
0 Favorites   0 Comments

Color spaces of #7eabfe

RGB 126171254
HSL0.610.980.75
HSV219°50°100°
CMYK 0.500.330.00   0.00
XYZ41.056540.717299.4612
Yxy40.71720.22650.2247
Hunter Lab63.81003.1825-47.7488
CIE-Lab69.97737.3727-45.8196

#7eabfe color RGB value is (126,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 11111110
Octal 176 253 376
Decimal 126 171 254
Hex 7E AB FE

RGB Percentages of Color #7eabfe

%22.87
%31.03
%46.10

CMYK Percentages of Color #7eabfe

%50
%33
%0
%0

Triadic Colors of #7eabfe

#7eabfe #fe7eab #abfe7e

Analogous Colors of #7eabfe

#7eabfe #917efe #7eebfe

Monochromatic Colors of #7eabfe

#7eabfe

Complementary Color

#7eabfe #fed17e

#7eabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabfe Color CSS Codes

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

#7eabfe Text Font Color

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

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


#7eabfe Background Color

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

This div background color is #7eabfe


#7eabfe Border Color

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

This div border color is #7eabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabfe


Comments

No comments written yet.

Please login to write comment.