Skip to main content Skip to docs navigation

#4feeff hex color | Download Dark Blue BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Bioluminescence and its hex is #55EEFF Nearest Color Name

Color Hue/Base color: Blue

Hex #4feeff Color code in RGB color code model is created after adding 30.98% red color, 93.33% green color and 100% blue color. Hex #4feeff Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 7% magenta, 0% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code 4feeff #4feeff
RGB Decimal 79, 238, 255 79, 238, 255
RGB Percent 31%, 93%, 100% rgb(31%, 93%, 100%)
CSS RGBa 79, 238, 255,1 rgba(79,238,255,1)
CMYK Model cmyk(69%,7%,0%,0%)
HSL Color Space 186,100% ,65% hsl(186,100% ,65%)
HSV Color Space 186°, 69%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001111 11101110 11111111
Octal 117 356 377
Decimal 79 238 255
Hex 4f ee ff

Different shades of #4feeff color code.

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

Darkest of #4feeff
#00a4b5
Darker of #4feeff
#00d2e8
Dark of #4feeff
#1ce9ff
Base of #4feeff
#4feeff
Light of #4feeff
#82f3ff
Lighter
#b5f8ff
Lightest
#e8fdff

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

#4feeff
#ff604f

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

Split Complementary

#4feeff
#ff4f96
#ffb84f

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

Analogous Color

#4fffa9
#4fffc7
#4feeff
#4fb3ff
#4f6aff

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

#4feeff
#eeff4f
#ff4fee

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

#4feeff
#ff4fee
#ff604f
#4fff60

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

Square Color

#4feeff
#b84fff
#ff604f
#96ff4f

Square 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).

Monochromatic Color with #4feeff

#007582
#00a4b5
#00d2e8
#1ce9ff
#4feeff
#82f3ff
#b5f8ff
#e8fdff
#ffffff

Tints of #4feeff Color

#4feeff
#62efff
#76f1ff
#89f3ff
#9df5ff
#b0f7ff
#c4f9ff
#d7fbff
#ebfdff
#ffffff

Shades of #4feeff color code

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

#4feeff
#46d3e2
#3db9c6
#349eaa
#2b848d
#236971
#1a4f55
#113438
#081a1c
#000000

Tones

#4feeff
#61e0ed
#72d2dc
#84c3ca
#95b5b9

Tones

Similar Color like #4feeff color

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

#50efff
#51f0ff
#52f1ff
#53f2ff
#54f3ff
#55f4ff
#56f5ff
#57f6ff
#58f7ff
#59f8ff
#5af9ff
#5bfaff
#5cfbff
#5dfcff
#4eedfe
#4decfd
#4cebfc
#4beafb
#4ae9fa
#49e8f9
#48e7f8
#47e6f7
#46e5f6
#45e4f5
#44e3f4
#43e2f3
#42e1f2
#41e0f1

Download this Dark Blue

Hex #4feeff 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.

#4feeff Color Code Preview on Black Background Color

This is how #4feeff Color will look on black background color. Color contrast ratio is 15.01

#4feeff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#4feeff color code is use for CSS Background Color

Background color for the above div is #4feeff

HTML with inline CSS

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

#4feeff color code is use for CSS Border Color

CSS Border color for the above div is #4feeff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#4feeff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4feeff Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(79,238,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,96,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(79,238,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }