crispedge.com

Color picker

Loading...

#07bd83 hex color - Green - Cool color - Information

#07bd83 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #07bd83 Color code in RGB color code model is created after adding 2.75% red color, 74.12% green color and 51.37% blue color. Hex #07bd83 Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 0% magenta, 31% yellow and 26% black.

Hex #07bd83 color code is between #00bb88 web safe hex color code and #00cc77 web safe hex color code. #00bb88 is the nearest web safe color code. You can see here many more shades of #07bd83 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code07bd83#07bd83
RGB Decimal7, 189, 131rgb(7, 189, 131)
RGB Percent3%, 74%, 51%rgb(3%, 74%, 51%)
CSS RGBa7, 189, 131,1rgba(7,189,131,1)
CMYK Modelcmyk(96%,0%,31%,26%)
HSL Color Space161,93% ,38%hsl(161,93% ,38%)
HSV Color Space161°, 96%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001111011110110000011
Octal7275203
Decimal7189131
Hex07bd83

Different shades of #07bd83 color code.

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

Light Shade of #07bd83
#09eea5
Dark Shade of #07bd83
#058c61
Saturated Shade of #07bd83
#00c486
Desaturated Shade of #07bd83
#11b37f
Grey scale Shade of #07bd83
#626262
Brighten Shade
#20d69c
Most Readable Shade
#000000

Shades of #07bd83 color code

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

#07bd83
#06a874
#059365
#047e57
#036948
#03543a
#023f2b
#012a1d
#00150e
#000000

Similar Color like #07bd83 color

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

#08be84
#09bf85
#0ac086
#0bc187
#0cc288
#0dc389
#0ec48a
#0fc58b
#10c68c
#11c78d
#12c88e
#13c98f
#14ca90
#15cb91
#06bc82
#05bb81
#04ba80
#03b97f
#02b87e
#01b77d
#00b67c
#00b57b
#00b47a
#00b379
#00b278
#00b177
#00b076
#00af75

Monochromatic Color with #07bd83

#07bd83
#09e7a0
#01130d
#023d2b
#046848
#059266

Tints of #07bd83 Color

#07bd83
#22c490
#3ecb9e
#59d3ac
#75daba
#90e1c7
#ace9d5
#c7f0e3
#e3f7f1
#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

#07bd83
#bd0741

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

Split Complementary

#07bd83
#bd079c
#bd2807

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

Analogous Color

#07bd3a
#07bd5f
#07bd83
#07bda7
#07aebd

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

#07bd83
#8307bd
#bd8307

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

#07bd83
#2807bd
#bd0741
#9cbd07

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

#07bd83
#bd0741
#bd2807
#079cbd

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 #07bd83 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.

#07bd83 Color Code Preview on Black Background Color

This is how #07bd83 Color will look on black background color. Color contrast ratio is 8.62

#07bd83 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07bd83

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07bd83

#07bd83 color code is use for CSS Background Color

Background color for the above div is #07bd83

HTML with inline CSS

<div style="background-color:#07bd83;"></div>

#07bd83 color code is use for CSS Border Color

CSS Border color for the above div is #07bd83

HTML with inline CSS

<div style="border:5px solid #07bd83;"></div>

CSS Border Left color for the above div is #07bd83

HTML with inline CSS

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

CSS Border Right color for the above div is #07bd83

HTML with inline CSS

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

CSS Border Bottom color for the above div is #07bd83

HTML with inline CSS

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

CSS Border Top color for the above div is #07bd83

HTML with inline CSS

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

#07bd83 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#07bd83 Color code Preview on White Background

This is how #07bd83 Color code will look on white background color. Color contrast ratio is 2.44

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

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