crispedge.com

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

#4daff7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #4daff7 Color code in RGB color code model is created after adding 30.2% red color, 68.63% green color and 96.86% blue color. Hex #4daff7 Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 29% magenta, 0% yellow and 3.14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4daff7#4daff7
RGB Decimal77, 175, 247rgb(77, 175, 247)
RGB Percent30%, 69%, 97%rgb(30%, 69%, 97%)
CSS RGBa77, 175, 247,1rgba(77,175,247,1)
CMYK Modelcmyk(69%,29%,0%,3.14%)
HSL Color Space205,91% ,64%hsl(205,91% ,64%)
HSV Color Space205°, 69%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011011010111111110111
Octal115257367
Decimal77175247
Hex4daff7

Different shades of #4daff7 color code.

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

Light Shade of #4daff7
#7ec5f9
Dark Shade of #4daff7
#1c99f5
Saturated Shade of #4daff7
#45b0ff
Desaturated Shade of #4daff7
#56aeee
Grey scale Shade of #4daff7
#a2a2a2
Brighten Shade
#66c8ff
Most Readable Shade
#000000

Shades of #4daff7 color code

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

#4daff7
#449bdb
#3b88c0
#3374a4
#2a6189
#224d6d
#193a52
#112636
#08131b
#000000

Similar Color like #4daff7 color

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

#4eb0f8
#4fb1f9
#50b2fa
#51b3fb
#52b4fc
#53b5fd
#54b6fe
#55b7ff
#56b8ff
#57b9ff
#58baff
#59bbff
#5abcff
#5bbdff
#4caef6
#4badf5
#4aacf4
#49abf3
#48aaf2
#47a9f1
#46a8f0
#45a7ef
#44a6ee
#43a5ed
#42a4ec
#41a3eb
#40a2ea
#3fa1e9

Monochromatic Color with #4daff7

#4daff7
#0b1822
#18374d
#255577
#3373a2
#4091cc

Tints of #4daff7 Color

#4daff7
#60b7f7
#74c0f8
#88c9f9
#9cd2fa
#afdbfb
#c3e4fc
#d7edfd
#ebf6fe
#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

#4daff7
#f7954d

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

Split Complementary

#4daff7
#f74d5a
#f7ea4d

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

Analogous Color

#4df3f7
#4dd1f7
#4daff7
#4d8df7
#4d6bf7

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

#4daff7
#f74daf
#aff74d

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

#4daff7
#ea4df7
#f7954d
#5af74d

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

#4daff7
#f7954d
#f7ea4d
#4d5af7

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

#4daff7 Color Code Preview on Black Background Color

This is how #4daff7 Color will look on black background color. Color contrast ratio is 8.79

#4daff7 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#4daff7 color code is use for CSS Background Color

Background color for the above div is #4daff7

HTML with inline CSS

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

#4daff7 color code is use for CSS Border Color

CSS Border color for the above div is #4daff7

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#4daff7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4daff7 Color code Preview on White Background

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

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

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(77,175,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(247,149,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(77,175,247,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.