crispedge.com

Color picker

Loading...

#8edd1a hex color - Green - Warm color - Information

#8edd1a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #8edd1a Color code in RGB color code model is created after adding 55.69% red color, 86.67% green color and 10.2% blue color. Hex #8edd1a Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 0% magenta, 88% yellow and 13% black.

Hex #8edd1a color code is between #88cc22 web safe hex color code and #99ee11 web safe hex color code. #88cc22 is the nearest web safe color code. You can see here many more shades of #8edd1a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8edd1a#8edd1a
RGB Decimal142, 221, 26rgb(142, 221, 26)
RGB Percent56%, 87%, 10%rgb(56%, 87%, 10%)
CSS RGBa142, 221, 26,1rgba(142,221,26,1)
CMYK Modelcmyk(36%,0%,88%,13%)
HSL Color Space84,79% ,48%hsl(84,79% ,48%)
HSV Color Space84°, 88%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011101101110100011010
Octal21633532
Decimal14222126
Hex8edd1a

Different shades of #8edd1a color code.

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

Light Shade of #8edd1a
#a5e941
Dark Shade of #8edd1a
#71af15
Saturated Shade of #8edd1a
#90e90e
Desaturated Shade of #8edd1a
#8cd126
Grey scale Shade of #8edd1a
#7b7b7b
Brighten Shade
#a7f633
Most Readable Shade
#000000

Shades of #8edd1a color code

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

#8edd1a
#7ec417
#6eab14
#5e9311
#4e7a0e
#3f620b
#2f4908
#1f3105
#0f1802
#000000

Similar Color like #8edd1a color

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

#8fde1b
#90df1c
#91e01d
#92e11e
#93e21f
#94e320
#95e421
#96e522
#97e623
#98e724
#99e825
#9ae926
#9bea27
#9ceb28
#8ddc19
#8cdb18
#8bda17
#8ad916
#89d815
#88d714
#87d613
#86d512
#85d411
#84d310
#83d20f
#82d10e
#81d00d
#80cf0c

Monochromatic Color with #8edd1a

#8edd1a
#050801
#213306
#3c5d0b
#578810
#73b315

Tints of #8edd1a Color

#8edd1a
#9ae033
#a7e44c
#b3e866
#c0ec7f
#ccef99
#d9f3b2
#e5f7cc
#f2fbe5
#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

#8edd1a
#691add

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

Split Complementary

#8edd1a
#1a2cdd
#cb1add

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

Analogous Color

#dcdd1a
#b5dd1a
#8edd1a
#67dd1a
#40dd1a

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

#8edd1a
#1a8edd
#dd1a8e

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

#8edd1a
#1addca
#691add
#dd1a2d

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

#8edd1a
#691add
#cb1add
#2cdd1a

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 #8edd1a 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.

#8edd1a Color Code Preview on Black Background Color

This is how #8edd1a Color will look on black background color. Color contrast ratio is 12.51

#8edd1a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8edd1a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8edd1a

#8edd1a color code is use for CSS Background Color

Background color for the above div is #8edd1a

HTML with inline CSS

<div style="background-color:#8edd1a;"></div>

#8edd1a color code is use for CSS Border Color

CSS Border color for the above div is #8edd1a

HTML with inline CSS

<div style="border:5px solid #8edd1a;"></div>

CSS Border Left color for the above div is #8edd1a

HTML with inline CSS

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

CSS Border Right color for the above div is #8edd1a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8edd1a

HTML with inline CSS

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

CSS Border Top color for the above div is #8edd1a

HTML with inline CSS

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

#8edd1a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8edd1a Color code Preview on White Background

This is how #8edd1a Color code will look on white background color. Color contrast ratio is 1.68

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

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(142,221,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,26,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(142,221,26,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.