crispedge.com

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

#0efa9b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0efa9b Color code in RGB color code model is created after adding 5.49% red color, 98.04% green color and 60.78% blue color. Hex #0efa9b Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 38% yellow and 1.96% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0efa9b#0efa9b
RGB Decimal14, 250, 155rgb(14, 250, 155)
RGB Percent5%, 98%, 61%rgb(5%, 98%, 61%)
CSS RGBa14, 250, 155,1rgba(14,250,155,1)
CMYK Modelcmyk(94%,0%,38%,1.96%)
HSL Color Space156,96% ,52%hsl(156,96% ,52%)
HSV Color Space156°, 94%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101111101010011011
Octal16372233
Decimal14250155
Hex0efa9b

Different shades of #0efa9b color code.

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

Light Shade of #0efa9b
#40fbb0
Dark Shade of #0efa9b
#04d17e
Saturated Shade of #0efa9b
#09ff9c
Desaturated Shade of #0efa9b
#1aee99
Grey scale Shade of #0efa9b
#848484
Brighten Shade
#27ffb4
Most Readable Shade
#000000

Shades of #0efa9b color code

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

#0efa9b
#0cde89
#0ac278
#09a667
#078a56
#066f44
#045333
#033722
#011b11
#000000

Similar Color like #0efa9b color

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

#0ffb9c
#10fc9d
#11fd9e
#12fe9f
#13ffa0
#14ffa1
#15ffa2
#16ffa3
#17ffa4
#18ffa5
#19ffa6
#1affa7
#1bffa8
#1cffa9
#0df99a
#0cf899
#0bf798
#0af697
#09f596
#08f495
#07f394
#06f293
#05f192
#04f091
#03ef90
#02ee8f
#01ed8e
#00ec8d

Monochromatic Color with #0efa9b

#0efa9b
#022517
#045032
#077a4c
#09a566
#0ccf81

Tints of #0efa9b Color

#0efa9b
#28faa6
#43fbb1
#5efbbc
#79fcc7
#93fcd2
#aefddd
#c9fde8
#e4fef3
#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

#0efa9b
#fa0e6d

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

Split Complementary

#0efa9b
#fa0ee3
#fa250e

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

Analogous Color

#0efa3d
#0efa6c
#0efa9b
#0efaca
#0efaf9

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

#0efa9b
#9b0efa
#fa9b0e

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

#0efa9b
#250efa
#fa0e6d
#e3fa0e

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

#0efa9b
#fa0e6d
#fa250e
#0ee3fa

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

#0efa9b Color Code Preview on Black Background Color

This is how #0efa9b Color will look on black background color. Color contrast ratio is 15.17

#0efa9b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0efa9b color code is use for CSS Background Color

Background color for the above div is #0efa9b

HTML with inline CSS

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

#0efa9b color code is use for CSS Border Color

CSS Border color for the above div is #0efa9b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0efa9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0efa9b Color code Preview on White Background

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

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

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,250,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,14,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(14,250,155,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.