crispedge.com

Color picker

Loading...

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

#7fffce hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #7fffce Color code in RGB color code model is created after adding 49.8% red color, 100% green color and 80.78% blue color. Hex #7fffce Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 19% yellow and 0% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code7fffce#7fffce
RGB Decimal127, 255, 206rgb(127, 255, 206)
RGB Percent50%, 100%, 81%rgb(50%, 100%, 81%)
CSS RGBa127, 255, 206,1rgba(127,255,206,1)
CMYK Modelcmyk(50%,0%,19%,0%)
HSL Color Space157,100% ,75%hsl(157,100% ,75%)
HSV Color Space157°, 50%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111111111111001110
Octal177377316
Decimal127255206
Hex7fffce

Different shades of #7fffce color code.

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

Light Shade of #7fffce
#b2ffe2
Dark Shade of #7fffce
#4cffba
Saturated Shade of #7fffce
#7fffce
Desaturated Shade of #7fffce
#85f9cc
Grey scale Shade of #7fffce
#bfbfbf
Brighten Shade
#98ffe7
Most Readable Shade
#000000

Shades of #7fffce color code

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

#7fffce
#70e2b7
#62c6a0
#54aa89
#468d72
#38715b
#2a5544
#1c382d
#0e1c16
#000000

Similar Color like #7fffce color

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

#80ffcf
#81ffd0
#82ffd1
#83ffd2
#84ffd3
#85ffd4
#86ffd5
#87ffd6
#88ffd7
#89ffd8
#8affd9
#8bffda
#8cffdb
#8dffdc
#7efecd
#7dfdcc
#7cfccb
#7bfbca
#7afac9
#79f9c8
#78f8c7
#77f7c6
#76f6c5
#75f5c4
#74f4c3
#73f3c2
#72f2c1
#71f1c0

Monochromatic Color with #7fffce

#7fffce
#152a22
#2a5545
#408067
#55aa89
#6ad4ac

Tints of #7fffce Color

#7fffce
#8dffd3
#9bffd8
#a9ffde
#b7ffe3
#c6ffe9
#d4ffee
#e2fff4
#f0fff9
#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

#7fffce
#ff7fb0

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

Split Complementary

#7fffce
#ff7ff0
#ff8e7f

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

Analogous Color

#7fff9b
#7fffb4
#7fffce
#7fffe8
#7ffdff

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

#7fffce
#ce7fff
#ffce7f

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

#7fffce
#8e7fff
#ff7fb0
#f0ff7f

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

#7fffce
#ff7fb0
#ff8e7f
#7ff0ff

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

#7fffce Color Code Preview on Black Background Color

This is how #7fffce Color will look on black background color. Color contrast ratio is 17.10

#7fffce in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7fffce color code is use for CSS Background Color

Background color for the above div is #7fffce

HTML with inline CSS

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

#7fffce color code is use for CSS Border Color

CSS Border color for the above div is #7fffce

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7fffce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fffce Color code Preview on White Background

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.