crispedge.com

Color picker

Loading...

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

#7dffd2 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #7dffd2 Color code in RGB color code model is created after adding 49.02% red color, 100% green color and 82.35% blue color. Hex #7dffd2 Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 0% magenta, 18% yellow and 0% black.

Hex #7dffd2 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 #7dffd2 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code7dffd2#7dffd2
RGB Decimal125, 255, 210rgb(125, 255, 210)
RGB Percent49%, 100%, 82%rgb(49%, 100%, 82%)
CSS RGBa125, 255, 210,1rgba(125,255,210,1)
CMYK Modelcmyk(51%,0%,18%,0%)
HSL Color Space159,100% ,75%hsl(159,100% ,75%)
HSV Color Space159°, 51%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111011111111111010010
Octal175377322
Decimal125255210
Hex7dffd2

Different shades of #7dffd2 color code.

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

Light Shade of #7dffd2
#b0ffe4
Dark Shade of #7dffd2
#4affc0
Saturated Shade of #7dffd2
#7dffd2
Desaturated Shade of #7dffd2
#83f8d0
Grey scale Shade of #7dffd2
#bebebe
Brighten Shade
#96ffeb
Most Readable Shade
#000000

Shades of #7dffd2 color code

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

#7dffd2
#6fe2ba
#61c6a3
#53aa8c
#458d74
#37715d
#295546
#1b382e
#0d1c17
#000000

Similar Color like #7dffd2 color

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

#7effd3
#7fffd4
#80ffd5
#81ffd6
#82ffd7
#83ffd8
#84ffd9
#85ffda
#86ffdb
#87ffdc
#88ffdd
#89ffde
#8affdf
#8bffe0
#7cfed1
#7bfdd0
#7afccf
#79fbce
#78facd
#77f9cc
#76f8cb
#75f7ca
#74f6c9
#73f5c8
#72f4c7
#71f3c6
#70f2c5
#6ff1c4

Monochromatic Color with #7dffd2

#7dffd2
#152a23
#2a5546
#3f8069
#53aa8c
#68d4af

Tints of #7dffd2 Color

#7dffd2
#8bffd7
#99ffdc
#a8ffe1
#b6ffe6
#c5ffeb
#d3fff0
#e2fff5
#f0fffa
#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

#7dffd2
#ff7daa

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

Split Complementary

#7dffd2
#ff7deb
#ff917d

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

Analogous Color

#7dff9e
#7dffb8
#7dffd2
#7dffec
#7df8ff

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

#7dffd2
#d27dff
#ffd27d

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

#7dffd2
#917dff
#ff7daa
#ebff7d

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

#7dffd2
#ff7daa
#ff917d
#7debff

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

#7dffd2 Color Code Preview on Black Background Color

This is how #7dffd2 Color will look on black background color. Color contrast ratio is 17.11

#7dffd2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7dffd2 color code is use for CSS Background Color

Background color for the above div is #7dffd2

HTML with inline CSS

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

#7dffd2 color code is use for CSS Border Color

CSS Border color for the above div is #7dffd2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7dffd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7dffd2 Color code Preview on White Background

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

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(125,255,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,125,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(125,255,210,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.