crispedge.com

Color picker

Loading...

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

#0ece94 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0ece94 Color code in RGB color code model is created after adding 5.49% red color, 80.78% green color and 58.04% blue color. Hex #0ece94 Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 0% magenta, 28% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0ece94#0ece94
RGB Decimal14, 206, 148rgb(14, 206, 148)
RGB Percent5%, 81%, 58%rgb(5%, 81%, 58%)
CSS RGBa14, 206, 148,1rgba(14,206,148,1)
CMYK Modelcmyk(93%,0%,28%,19%)
HSL Color Space162,87% ,43%hsl(162,87% ,43%)
HSV Color Space162°, 93%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101100111010010100
Octal16316224
Decimal14206148
Hex0ece94

Different shades of #0ece94 color code.

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

Light Shade of #0ece94
#1ff0b1
Dark Shade of #0ece94
#0b9e72
Saturated Shade of #0ece94
#03d998
Desaturated Shade of #0ece94
#19c390
Grey scale Shade of #0ece94
#6e6e6e
Brighten Shade
#27e7ad
Most Readable Shade
#000000

Shades of #0ece94 color code

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

#0ece94
#0cb783
#0aa073
#098962
#077252
#065b41
#044431
#032d20
#011610
#000000

Similar Color like #0ece94 color

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

#0fcf95
#10d096
#11d197
#12d298
#13d399
#14d49a
#15d59b
#16d69c
#17d79d
#18d89e
#19d99f
#1adaa0
#1bdba1
#1cdca2
#0dcd93
#0ccc92
#0bcb91
#0aca90
#09c98f
#08c88e
#07c78d
#06c68c
#05c58b
#04c48a
#03c389
#02c288
#01c187
#00c086

Monochromatic Color with #0ece94

#0ece94
#11f8b3
#02241a
#054e38
#087957
#0ba375

Tints of #0ece94 Color

#0ece94
#28d39f
#43d8ab
#5edeb7
#79e3c3
#93e9cf
#aeeedb
#c9f4e7
#e4f9f3
#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

#0ece94
#ce0e48

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

Split Complementary

#0ece94
#ce0ea8
#ce340e

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

Analogous Color

#0ece47
#0ece6e
#0ece94
#0eceba
#0ebbce

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

#0ece94
#940ece
#ce940e

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

#0ece94
#340ece
#ce0e48
#a8ce0e

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

#0ece94
#ce0e48
#ce340e
#0ea8ce

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

#0ece94 Color Code Preview on Black Background Color

This is how #0ece94 Color will look on black background color. Color contrast ratio is 10.27

#0ece94 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0ece94 color code is use for CSS Background Color

Background color for the above div is #0ece94

HTML with inline CSS

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

#0ece94 color code is use for CSS Border Color

CSS Border color for the above div is #0ece94

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0ece94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0ece94 Color code Preview on White Background

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

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

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(14,206,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,14,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(14,206,148,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.