crispedge.com

Color picker

Loading...

#0dfebd hex color - Green - Cool color - Information

#0dfebd hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0dfebd Color code in RGB color code model is created after adding 5.1% red color, 99.61% green color and 74.12% blue color. Hex #0dfebd Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 26% yellow and 0% black.

Hex #0dfebd color code is between #11ffbb web safe hex color code and #00eecc web safe hex color code. #11ffbb is the nearest web safe color code. You can see here many more shades of #0dfebd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0dfebd#0dfebd
RGB Decimal13, 254, 189rgb(13, 254, 189)
RGB Percent5%, 100%, 74%rgb(5%, 100%, 74%)
CSS RGBa13, 254, 189,1rgba(13,254,189,1)
CMYK Modelcmyk(95%,0%,26%,0%)
HSL Color Space164,99% ,52%hsl(164,99% ,52%)
HSV Color Space164°, 95%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011011111111010111101
Octal15376275
Decimal13254189
Hex0dfebd

Different shades of #0dfebd color code.

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

Light Shade of #0dfebd
#40fecb
Dark Shade of #0dfebd
#01d79d
Saturated Shade of #0dfebd
#0cffbd
Desaturated Shade of #0dfebd
#19f2b7
Grey scale Shade of #0dfebd
#858585
Brighten Shade
#26ffd6
Most Readable Shade
#000000

Shades of #0dfebd color code

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

#0dfebd
#0be1a8
#0ac593
#08a97e
#078d69
#057054
#04543f
#02382a
#011c15
#000000

Similar Color like #0dfebd color

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

#0effbe
#0fffbf
#10ffc0
#11ffc1
#12ffc2
#13ffc3
#14ffc4
#15ffc5
#16ffc6
#17ffc7
#18ffc8
#19ffc9
#1affca
#1bffcb
#0cfdbc
#0bfcbb
#0afbba
#09fab9
#08f9b8
#07f8b7
#06f7b6
#05f6b5
#04f5b4
#03f4b3
#02f3b2
#01f2b1
#00f1b0
#00f0af

Monochromatic Color with #0dfebd

#0dfebd
#02291f
#04543f
#067e5e
#09a97e
#0bd39d

Tints of #0dfebd Color

#0dfebd
#27fec4
#42fecb
#5dfed3
#78feda
#93fee1
#aefee9
#c9fef0
#e4fef7
#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

#0dfebd
#fe0d4e

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

Split Complementary

#0dfebd
#fe0dc6
#fe450d

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

Analogous Color

#0dfe5d
#0dfe8d
#0dfebd
#0dfeed
#0ddffe

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

#0dfebd
#bd0dfe
#febd0d

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

#0dfebd
#440dfe
#fe0d4e
#c6fe0d

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

#0dfebd
#fe0d4e
#fe450d
#0dc6fe

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 #0dfebd 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.

#0dfebd Color Code Preview on Black Background Color

This is how #0dfebd Color will look on black background color. Color contrast ratio is 15.93

#0dfebd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dfebd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dfebd

#0dfebd color code is use for CSS Background Color

Background color for the above div is #0dfebd

HTML with inline CSS

<div style="background-color:#0dfebd;"></div>

#0dfebd color code is use for CSS Border Color

CSS Border color for the above div is #0dfebd

HTML with inline CSS

<div style="border:5px solid #0dfebd;"></div>

CSS Border Left color for the above div is #0dfebd

HTML with inline CSS

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

CSS Border Right color for the above div is #0dfebd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0dfebd

HTML with inline CSS

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

CSS Border Top color for the above div is #0dfebd

HTML with inline CSS

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

#0dfebd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0dfebd Color code Preview on White Background

This is how #0dfebd Color code will look on white background color. Color contrast ratio is 1.32

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

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