Skip to main content Skip to docs navigation

#68feef 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 Moonglade Water and its hex is #65FFFF Nearest Color Name

Color Hue/Base color: Blue

Hex #68feef Color code in RGB color code model is created after adding 40.78% red color, 99.61% green color and 93.73% blue color. Hex #68feef Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 0% magenta, 6% yellow and 0.39% black.

Hex #68feef color code is between #66ffee web safe hex color code and #77eeff web safe hex color code. #66ffee is the nearest web safe color code. You can see here many more shades of #68feef color code.

RGB Chart

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

Color Table

Hex Color Code 68feef #68feef
RGB Decimal 104, 254, 239 104, 254, 239
RGB Percent 41%, 100%, 94% rgb(41%, 100%, 94%)
CSS RGBa 104, 254, 239,1 rgba(104,254,239,1)
CMYK Model cmyk(59%,0%,6%,0.39%)
HSL Color Space 174,99% ,70% hsl(174,99% ,70%)
HSV Color Space 174°, 59%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01101000 11111110 11101111
Octal 150 376 357
Decimal 104 254 239
Hex 68 fe ef

Different shades of #68feef color code.

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

Darkest of #68feef
#01ccb7
Darker of #68feef
#03fde4
Dark of #68feef
#35feea
Base of #68feef
#68feef
Light of #68feef
#9bfef4
Lighter
#cdfffa
Lightest
#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

#68feef
#fe6877

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

Split Complementary

#68feef
#fe68c2
#fea468

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

Analogous Color

#68fe98
#68feb1
#68feef
#68dbfe
#689dfe

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

#68feef
#feef68
#ef68fe

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

#68feef
#ef68fe
#fe6877
#77fe68

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

#68feef
#a468fe
#fe6877
#c2fe68

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 #68feef

#01998a
#01ccb7
#03fde4
#35feea
#68feef
#9bfef4
#cdfffa
#ffffff
#ffffff

Tints of #68feef Color

#68feef
#78fef0
#89fef2
#9afef4
#abfef6
#bbfef7
#ccfef9
#ddfefb
#eefefd
#ffffff

Shades of #68feef color code

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

#68feef
#5ce1d4
#50c5b9
#45a99f
#398d84
#2e706a
#22544f
#173835
#0b1c1a
#000000

Tones

#68feef
#77efe3
#86e0d7
#96d0cb
#a5c1be

Tones

Similar Color like #68feef color

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

#69fff0
#6afff1
#6bfff2
#6cfff3
#6dfff4
#6efff5
#6ffff6
#70fff7
#71fff8
#72fff9
#73fffa
#74fffb
#75fffc
#76fffd
#67fdee
#66fced
#65fbec
#64faeb
#63f9ea
#62f8e9
#61f7e8
#60f6e7
#5ff5e6
#5ef4e5
#5df3e4
#5cf2e3
#5bf1e2
#5af0e1

Download this Dark Blue

Hex #68feef 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.

#68feef Color Code Preview on Black Background Color

This is how #68feef Color will look on black background color. Color contrast ratio is 17.01

#68feef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68feef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68feef

#68feef color code is use for CSS Background Color

Background color for the above div is #68feef

HTML with inline CSS

<div style="background-color:#68feef;"></div>

#68feef color code is use for CSS Border Color

CSS Border color for the above div is #68feef

HTML with inline CSS

<div style="border:5px solid #68feef;"></div>

CSS Border Left color for the above div is #68feef

HTML with inline CSS

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

CSS Border Right color for the above div is #68feef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #68feef

HTML with inline CSS

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

CSS Border Top color for the above div is #68feef

HTML with inline CSS

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

#68feef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68feef Color code Preview on White Background

This is how #68feef Color code will look on white background color. Color contrast ratio is 1.23

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

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(104,254,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,104,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,254,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }