crispedge.com

Color picker

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

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

#9de2ca hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9de2ca Color code in RGB color code model is created after adding 61.57% red color, 88.63% green color and 79.22% blue color. Hex #9de2ca Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 11% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9de2ca#9de2ca
RGB Decimal157, 226, 202rgb(157, 226, 202)
RGB Percent62%, 89%, 79%rgb(62%, 89%, 79%)
CSS RGBa157, 226, 202,1rgba(157,226,202,1)
CMYK Modelcmyk(31%,0%,11%,11%)
HSL Color Space159,54% ,75%hsl(159,54% ,75%)
HSV Color Space159°, 31%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011110001011001010
Octal235342312
Decimal157226202
Hex9de2ca

Different shades of #9de2ca color code.

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

Light Shade of #9de2ca
#c4eedf
Dark Shade of #9de2ca
#76d6b5
Saturated Shade of #9de2ca
#97e8cc
Desaturated Shade of #9de2ca
#a3dcc8
Grey scale Shade of #9de2ca
#bfbfbf
Brighten Shade
#b6fbe3
Most Readable Shade
#000000

Shades of #9de2ca color code

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

#9de2ca
#8bc8b3
#7aaf9d
#689686
#577d70
#456459
#344b43
#22322c
#111916
#000000

Similar Color like #9de2ca color

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

#9ee3cb
#9fe4cc
#a0e5cd
#a1e6ce
#a2e7cf
#a3e8d0
#a4e9d1
#a5ead2
#a6ebd3
#a7ecd4
#a8edd5
#a9eed6
#aaefd7
#abf0d8
#9ce1c9
#9be0c8
#9adfc7
#99dec6
#98ddc5
#97dcc4
#96dbc3
#95dac2
#94d9c1
#93d8c0
#92d7bf
#91d6be
#90d5bd
#8fd4bc

Monochromatic Color with #9de2ca

#9de2ca
#090d0c
#273832
#446258
#628d7e
#7fb7a4

Tints of #9de2ca Color

#9de2ca
#a7e5cf
#b2e8d5
#bdebdb
#c8eee1
#d3f2e7
#def5ed
#e9f8f3
#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

#9de2ca
#e29db5

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

Split Complementary

#9de2ca
#e29dd8
#e2a89d

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

Analogous Color

#9de2ae
#9de2bc
#9de2ca
#9de2d8
#9ddee2

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

#9de2ca
#ca9de2
#e2ca9d

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

#9de2ca
#a79de2
#e29db5
#d7e29d

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

#9de2ca
#e29db5
#e2a89d
#9dd8e2

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

#9de2ca Color Code Preview on Black Background Color

This is how #9de2ca Color will look on black background color. Color contrast ratio is 14.17

#9de2ca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9de2ca color code is use for CSS Background Color

Background color for the above div is #9de2ca

HTML with inline CSS

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

#9de2ca color code is use for CSS Border Color

CSS Border color for the above div is #9de2ca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9de2ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9de2ca Color code Preview on White Background

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

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

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.