crispedge.com

Color picker

Loading...

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

#7edffd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7edffd Color code in RGB color code model is created after adding 49.41% red color, 87.45% green color and 99.22% blue color. Hex #7edffd Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 12% magenta, 0% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7edffd#7edffd
RGB Decimal126, 223, 253rgb(126, 223, 253)
RGB Percent49%, 87%, 99%rgb(49%, 87%, 99%)
CSS RGBa126, 223, 253,1rgba(126,223,253,1)
CMYK Modelcmyk(50%,12%,0%,1%)
HSL Color Space194,97% ,74%hsl(194,97% ,74%)
HSV Color Space194°, 50%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111101101111111111101
Octal176337375
Decimal126223253
Hex7edffd

Different shades of #7edffd color code.

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

Light Shade of #7edffd
#b0ebfe
Dark Shade of #7edffd
#4cd3fc
Saturated Shade of #7edffd
#7ce0ff
Desaturated Shade of #7edffd
#85dcf6
Grey scale Shade of #7edffd
#bdbdbd
Brighten Shade
#97f8ff
Most Readable Shade
#000000

Shades of #7edffd color code

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

#7edffd
#70c6e0
#62adc4
#5494a8
#467b8c
#386370
#2a4a54
#1c3138
#0e181c
#000000

Similar Color like #7edffd color

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

#7fe0fe
#80e1ff
#81e2ff
#82e3ff
#83e4ff
#84e5ff
#85e6ff
#86e7ff
#87e8ff
#88e9ff
#89eaff
#8aebff
#8becff
#8cedff
#7ddefc
#7cddfb
#7bdcfa
#7adbf9
#79daf8
#78d9f7
#77d8f6
#76d7f5
#75d6f4
#74d5f3
#73d4f2
#72d3f1
#71d2f0
#70d1ef

Monochromatic Color with #7edffd

#7edffd
#142428
#294953
#3f6f7d
#5494a8
#69bad2

Tints of #7edffd Color

#7edffd
#8ce2fd
#9ae6fd
#a9e9fd
#b7edfd
#c5f0fe
#d4f4fe
#e2f7fe
#f0fbfe
#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

#7edffd
#fd9c7e

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

Split Complementary

#7edffd
#fd7e9f
#fddc7e

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

Analogous Color

#7efde8
#7ef8fd
#7edffd
#7ec6fd
#7eacfd

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

#7edffd
#fd7edf
#dffd7e

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

#7edffd
#db7efd
#fd9c7e
#9ffd7e

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

#7edffd
#fd9c7e
#fddc7e
#7e9ffd

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 #7edffd 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.

#7edffd Color Code Preview on Black Background Color

This is how #7edffd Color will look on black background color. Color contrast ratio is 13.86

#7edffd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7edffd color code is use for CSS Background Color

Background color for the above div is #7edffd

HTML with inline CSS

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

#7edffd color code is use for CSS Border Color

CSS Border color for the above div is #7edffd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7edffd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7edffd Color code Preview on White Background

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

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 #7edffd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7edffd; }

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,223,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,156,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(126,223,253,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.