crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#9ef2de hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9ef2de Color code in RGB color code model is created after adding 61.96% red color, 94.9% green color and 87.06% blue color. Hex #9ef2de Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 0% magenta, 8% yellow and 5% black.

Hex #9ef2de color code is between #99eedd web safe hex color code and #aaffee web safe hex color code. #99eedd is the nearest web safe color code. You can see here many more shades of #9ef2de color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9ef2de#9ef2de
RGB Decimal158, 242, 222rgb(158, 242, 222)
RGB Percent62%, 95%, 87%rgb(62%, 95%, 87%)
CSS RGBa158, 242, 222,1rgba(158,242,222,1)
CMYK Modelcmyk(35%,0%,8%,5%)
HSL Color Space166,76% ,78%hsl(166,76% ,78%)
HSV Color Space166°, 35%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101111001011011110
Octal236362336
Decimal158242222
Hex9ef2de

Different shades of #9ef2de color code.

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

Light Shade of #9ef2de
#cbf8ed
Dark Shade of #9ef2de
#71eccf
Saturated Shade of #9ef2de
#98f7e1
Desaturated Shade of #9ef2de
#a3ecdb
Grey scale Shade of #9ef2de
#c8c8c8
Brighten Shade
#b7fff7
Most Readable Shade
#000000

Shades of #9ef2de color code

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

#9ef2de
#8cd7c5
#7abcac
#69a194
#57867b
#466b62
#34504a
#233531
#111a18
#000000

Similar Color like #9ef2de color

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

#9ff3df
#a0f4e0
#a1f5e1
#a2f6e2
#a3f7e3
#a4f8e4
#a5f9e5
#a6fae6
#a7fbe7
#a8fce8
#a9fde9
#aafeea
#abffeb
#acffec
#9df1dd
#9cf0dc
#9befdb
#9aeeda
#99edd9
#98ecd8
#97ebd7
#96ead6
#95e9d5
#94e8d4
#93e7d3
#92e6d2
#91e5d1
#90e4d0

Monochromatic Color with #9ef2de

#9ef2de
#131d1b
#2f4842
#4b7269
#669d90
#82c7b7

Tints of #9ef2de Color

#9ef2de
#a8f3e1
#b3f4e5
#bef6e9
#c9f7ec
#d3f9f0
#defaf4
#e9fcf7
#f4fdfb
#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

#9ef2de
#f29eb2

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

Split Complementary

#9ef2de
#f29edc
#f2b49e

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

Analogous Color

#9ef2bc
#9ef2cd
#9ef2de
#9ef2ef
#9ee4f2

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

#9ef2de
#de9ef2
#f2de9e

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

#9ef2de
#b49ef2
#f29eb2
#dcf29e

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

#9ef2de
#f29eb2
#f2b49e
#9edcf2

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

#9ef2de Color Code Preview on Black Background Color

This is how #9ef2de Color will look on black background color. Color contrast ratio is 16.21

#9ef2de in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9ef2de color code is use for CSS Background Color

Background color for the above div is #9ef2de

HTML with inline CSS

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

#9ef2de color code is use for CSS Border Color

CSS Border color for the above div is #9ef2de

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9ef2de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ef2de Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.