Skip to main content Skip to docs navigation

#7eacfe hex color - Blue - Cool color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7eacfe Color code in RGB color code model is created after adding 49.41% red color, 67.45% green color and 99.61% blue color. Hex #7eacfe Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 32% magenta, 0% yellow and 0.39% black.

Hex #7eacfe color code is between #77aaff web safe hex color code and #88bbee web safe hex color code. #77aaff is the nearest web safe color code. You can see here many more shades of #7eacfe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 7eacfe #7eacfe
RGB Decimal 126, 172, 254 rgb(126, 172, 254)
RGB Percent 49%, 67%, 100% rgb(49%, 67%, 100%)
CSS RGBa 126, 172, 254,1 rgba(126,172,254,1)
CMYK Model cmyk(50%,32%,0%,0.39%)
HSL Color Space 218,98% ,75% hsl(218,98% ,75%)
HSV Color Space 218°, 50%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01111110 10101100 11111110
Octal 176 254 376
Decimal 126 172 254
Hex 7e ac fe

Different shades of #7eacfe color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #7eacfe
#b1cdfe
Dark Shade of #7eacfe
#4b8bfe
Saturated Shade of #7eacfe
#7dacff
Desaturated Shade of #7eacfe
#84aef7
Grey scale Shade of #7eacfe
#bebebe
Brighten Shade
#97c5ff
Most Readable Shade
#000000

Shades of #7eacfe color code

Generate more color scales with scales (color stack) generator.

#7eacfe
#7098e1
#6285c5
#5472a9
#465f8d
#384c70
#2a3954
#1c2638
#0e131c
#000000

Similar Color like #7eacfe color

Find visually similar hex color codes nearing to #7eacfe hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#7fadff
#80aeff
#81afff
#82b0ff
#83b1ff
#84b2ff
#85b3ff
#86b4ff
#87b5ff
#88b6ff
#89b7ff
#8ab8ff
#8bb9ff
#8cbaff
#7dabfd
#7caafc
#7ba9fb
#7aa8fa
#79a7f9
#78a6f8
#77a5f7
#76a4f6
#75a3f5
#74a2f4
#73a1f3
#72a0f2
#719ff1
#709ef0

Monochromatic Color with #7eacfe

#7eacfe
#151c29
#2a3954
#3f567e
#5472a9
#698fd3

Tints of #7eacfe Color

#7eacfe
#8cb5fe
#9abefe
#a9c7fe
#b7d0fe
#c5dafe
#d4e3fe
#e2ecfe
#f0f5fe
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#7eacfe
#fed07e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#7eacfe
#fe907e
#ecfe7e

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#7edffe
#7ec6fe
#7eacfe
#7e92fe
#837efe

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#7eacfe
#fe7eac
#acfe7e

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#7eacfe
#fe7eec
#fed07e
#7efe90

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#7eacfe
#fed07e
#ecfe7e
#907efe

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #7eacfe Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#7eacfe Color Code Preview on Black Background Color

This is how #7eacfe Color will look on black background color. Color contrast ratio is 9.22

#7eacfe in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#7eacfe">Your Example Paragraph content text in with font color #7eacfe </p>

Your Example Paragraph content text in with font color #7eacfe

HTML with inline CSS

<div style="color:#7eacfe">Your Paragraph text in with font color #7eacfe </div>

Your Example Paragraph content text in with font color #7eacfe

#7eacfe color code is use for CSS Background Color

Background color for the above div is #7eacfe

HTML with inline CSS

<div style="background-color:#7eacfe;"></div>

#7eacfe color code is use for CSS Border Color

CSS Border color for the above div is #7eacfe

HTML with inline CSS

<div style="border:5px solid #7eacfe;"></div>

CSS Border Left color for the above div is #7eacfe

HTML with inline CSS

<div style="border-left:5px solid #7eacfe;"></div>

CSS Border Right color for the above div is #7eacfe

HTML with inline CSS

<div style="border-right:5px solid #7eacfe;"></div>

CSS Border Bottom color for the above div is #7eacfe

HTML with inline CSS

<div style="border-bottom:5px solid #7eacfe;"></div>

CSS Border Top color for the above div is #7eacfe

HTML with inline CSS

<div style="border-top:5px solid #7eacfe;"></div>

#7eacfe hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#7eacfe; } .examplecolorclass {color:#7eacfe; } .examplebordercolor {border:3px solid #7eacfe; }

#7eacfe Color code Preview on White Background

This is how #7eacfe Color code will look on white background color. Color contrast ratio is 2.28

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #7eacfe; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7eacfe; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(126,172,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,208,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(126,172,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.