crispedge.com

#9edccb hex color - Green - Cool color - Information

#9edccb hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9edccb Color code in RGB color code model is created after adding 61.96% red color, 86.27% green color and 79.61% blue color. Hex #9edccb Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 8% yellow and 14% black.

Hex #9edccb color code is between #99ddcc web safe hex color code and #aaccbb web safe hex color code. #99ddcc is the nearest web safe color code. You can see here many more shades of #9edccb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9edccb#9edccb
RGB Decimal158, 220, 203rgb(158, 220, 203)
RGB Percent62%, 86%, 80%rgb(62%, 86%, 80%)
CSS RGBa158, 220, 203,1rgba(158,220,203,1)
CMYK Modelcmyk(28%,0%,8%,14%)
HSL Color Space164,47% ,74%hsl(164,47% ,74%)
HSV Color Space164°, 28%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101101110011001011
Octal236334313
Decimal158220203
Hex9edccb

Different shades of #9edccb color code.

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

Light Shade of #9edccb
#c3eadf
Dark Shade of #9edccb
#79ceb7
Saturated Shade of #9edccb
#97e3ce
Desaturated Shade of #9edccb
#a5d5c8
Grey scale Shade of #9edccb
#bdbdbd
Brighten Shade
#b7f5e4
Most Readable Shade
#000000

Shades of #9edccb color code

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

#9edccb
#8cc3b4
#7aab9d
#699287
#577a70
#46615a
#344943
#23302d
#111816
#000000

Similar Color like #9edccb color

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

#9fddcc
#a0decd
#a1dfce
#a2e0cf
#a3e1d0
#a4e2d1
#a5e3d2
#a6e4d3
#a7e5d4
#a8e6d5
#a9e7d6
#aae8d7
#abe9d8
#acead9
#9ddbca
#9cdac9
#9bd9c8
#9ad8c7
#99d7c6
#98d6c5
#97d5c4
#96d4c3
#95d3c2
#94d2c1
#93d1c0
#92d0bf
#91cfbe
#90cebd

Monochromatic Color with #9edccb

#9edccb
#050707
#24322e
#425c55
#61877d
#7fb1a4

Tints of #9edccb Color

#9edccb
#a8dfd0
#b3e3d6
#bee7dc
#c9ebe2
#d3efe7
#def3ed
#e9f7f3
#f4fbf9
#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

#9edccb
#dc9eaf

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

Split Complementary

#9edccb
#dc9ece
#dcac9e

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

Analogous Color

#9edcb2
#9edcbf
#9edccb
#9edcd7
#9ed4dc

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

#9edccb
#cb9edc
#dccb9e

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

#9edccb
#ac9edc
#dc9eaf
#cedc9e

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

#9edccb
#dc9eaf
#dcac9e
#9ecedc

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 #9edccb 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.

#9edccb Color Code Preview on Black Background Color

This is how #9edccb Color will look on black background color. Color contrast ratio is 13.55

#9edccb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9edccb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9edccb

#9edccb color code is use for CSS Background Color

Background color for the above div is #9edccb

HTML with inline CSS

<div style="background-color:#9edccb;"></div>

#9edccb color code is use for CSS Border Color

CSS Border color for the above div is #9edccb

HTML with inline CSS

<div style="border:5px solid #9edccb;"></div>

CSS Border Left color for the above div is #9edccb

HTML with inline CSS

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

CSS Border Right color for the above div is #9edccb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9edccb

HTML with inline CSS

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

CSS Border Top color for the above div is #9edccb

HTML with inline CSS

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

#9edccb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9edccb Color code Preview on White Background

This is how #9edccb Color code will look on white background color. Color contrast ratio is 1.55

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

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(158,220,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,158,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(158,220,203,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.

< /html>