crispedge.com

Color picker

Loading...

#4eddfd hex color - Blue - Cool color - Information

#4eddfd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4eddfd Color code in RGB color code model is created after adding 30.59% red color, 86.67% green color and 99.22% blue color. Hex #4eddfd Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 13% magenta, 0% yellow and 1% black.

Hex #4eddfd color code is between #55ccff web safe hex color code and #44eeee web safe hex color code. #55ccff is the nearest web safe color code. You can see here many more shades of #4eddfd color code.

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Code4eddfd#4eddfd
RGB Decimal78, 221, 253rgb(78, 221, 253)
RGB Percent31%, 87%, 99%rgb(31%, 87%, 99%)
CSS RGBa78, 221, 253,1rgba(78,221,253,1)
CMYK Modelcmyk(69%,13%,0%,1%)
HSL Color Space191,98% ,65%hsl(191,98% ,65%)
HSV Color Space191°, 69%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011101101110111111101
Octal116335375
Decimal78221253
Hex4eddfd

Different shades of #4eddfd color code.

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

Light Shade of #4eddfd
#80e7fe
Dark Shade of #4eddfd
#1cd3fc
Saturated Shade of #4eddfd
#4cdeff
Desaturated Shade of #4eddfd
#57d7f4
Grey scale Shade of #4eddfd
#a5a5a5
Brighten Shade
#67f6ff
Most Readable Shade
#000000

Shades of #4eddfd color code

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

#4eddfd
#45c4e0
#3cabc4
#3493a8
#2b7a8c
#226270
#1a4954
#113138
#08181c
#000000

Similar Color like #4eddfd color

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

#4fdefe
#50dfff
#51e0ff
#52e1ff
#53e2ff
#54e3ff
#55e4ff
#56e5ff
#57e6ff
#58e7ff
#59e8ff
#5ae9ff
#5beaff
#5cebff
#4ddcfc
#4cdbfb
#4bdafa
#4ad9f9
#49d8f8
#48d7f7
#47d6f6
#46d5f5
#45d4f4
#44d3f3
#43d2f2
#42d1f1
#41d0f0
#40cfef

Monochromatic Color with #4eddfd

#4eddfd
#0c2328
#1a4853
#276e7d
#3493a8
#41b8d2

Tints of #4eddfd Color

#4eddfd
#61e0fd
#75e4fd
#89e8fd
#9cecfd
#b0effe
#c4f3fe
#d7f7fe
#ebfbfe
#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

#4eddfd
#fd6e4e

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

Split Complementary

#4eddfd
#fd4e86
#fdc54e

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

Analogous Color

#4efdd7
#4efdfa
#4eddfd
#4ebafd
#4e97fd

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

#4eddfd
#fd4edd
#ddfd4e

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

#4eddfd
#c54efd
#fd6e4e
#85fd4e

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

#4eddfd
#fd6e4e
#fdc54e
#4e86fd

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 #4eddfd 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.

#4eddfd Color Code Preview on Black Background Color

This is how #4eddfd Color will look on black background color. Color contrast ratio is 13.08

#4eddfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4eddfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4eddfd

#4eddfd color code is use for CSS Background Color

Background color for the above div is #4eddfd

HTML with inline CSS

<div style="background-color:#4eddfd;"></div>

#4eddfd color code is use for CSS Border Color

CSS Border color for the above div is #4eddfd

HTML with inline CSS

<div style="border:5px solid #4eddfd;"></div>

CSS Border Left color for the above div is #4eddfd

HTML with inline CSS

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

CSS Border Right color for the above div is #4eddfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4eddfd

HTML with inline CSS

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

CSS Border Top color for the above div is #4eddfd

HTML with inline CSS

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

#4eddfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4eddfd Color code Preview on White Background

This is how #4eddfd Color code will look on white background color. Color contrast ratio is 1.60

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

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(78,221,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,110,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(78,221,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.