crispedge.com

Color picker

Loading...

#7fcabd hex color - Green - Cool color - Information

#7fcabd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #7fcabd Color code in RGB color code model is created after adding 49.8% red color, 79.22% green color and 74.12% blue color. Hex #7fcabd Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 0% magenta, 6% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7fcabd#7fcabd
RGB Decimal127, 202, 189rgb(127, 202, 189)
RGB Percent50%, 79%, 74%rgb(50%, 79%, 74%)
CSS RGBa127, 202, 189,1rgba(127,202,189,1)
CMYK Modelcmyk(37%,0%,6%,21%)
HSL Color Space170,41% ,65%hsl(170,41% ,65%)
HSV Color Space170°, 37%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111100101010111101
Octal177312275
Decimal127202189
Hex7fcabd

Different shades of #7fcabd color code.

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

Light Shade of #7fcabd
#a3d9d0
Dark Shade of #7fcabd
#5bbbaa
Saturated Shade of #7fcabd
#76d3c3
Desaturated Shade of #7fcabd
#88c1b7
Grey scale Shade of #7fcabd
#a4a4a4
Brighten Shade
#98e3d6
Most Readable Shade
#000000

Shades of #7fcabd color code

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

#7fcabd
#70b3a8
#629d93
#54867e
#467069
#385954
#2a433f
#1c2c2a
#0e1615
#000000

Similar Color like #7fcabd color

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

#80cbbe
#81ccbf
#82cdc0
#83cec1
#84cfc2
#85d0c3
#86d1c4
#87d2c5
#88d3c6
#89d4c7
#8ad5c8
#8bd6c9
#8cd7ca
#8dd8cb
#7ec9bc
#7dc8bb
#7cc7ba
#7bc6b9
#7ac5b8
#79c4b7
#78c3b6
#77c2b5
#76c1b4
#75c0b3
#74bfb2
#73beb1
#72bdb0
#71bcaf

Monochromatic Color with #7fcabd

#7fcabd
#9af4e5
#14201e
#2f4a46
#4a756d
#649f95

Tints of #7fcabd Color

#7fcabd
#8dcfc4
#9bd5cb
#a9dbd3
#b7e1da
#c6e7e1
#d4ede9
#e2f3f0
#f0f9f7
#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

#7fcabd
#ca7f8c

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

Split Complementary

#7fcabd
#ca7fb1
#ca987f

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

Analogous Color

#7fca9f
#7fcaae
#7fcabd
#7fc8ca
#7fb9ca

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

#7fcabd
#bd7fca
#cabd7f

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

#7fcabd
#977fca
#ca7f8c
#b1ca7f

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

#7fcabd
#ca7f8c
#ca987f
#7fb1ca

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

#7fcabd Color Code Preview on Black Background Color

This is how #7fcabd Color will look on black background color. Color contrast ratio is 11.09

#7fcabd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7fcabd color code is use for CSS Background Color

Background color for the above div is #7fcabd

HTML with inline CSS

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

#7fcabd color code is use for CSS Border Color

CSS Border color for the above div is #7fcabd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7fcabd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fcabd Color code Preview on White Background

This is how #7fcabd Color code will look on white background color. Color contrast ratio is 1.89

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

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,202,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,127,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(127,202,189,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.