crispedge.com

Color picker

Loading...

#07edbf hex color - Blue - Cool color - Information

#07edbf hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #07edbf Color code in RGB color code model is created after adding 2.75% red color, 92.94% green color and 74.9% blue color. Hex #07edbf Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 19% yellow and 7% black.

Hex #07edbf color code is between #00eebb web safe hex color code and #00ddcc web safe hex color code. #00eebb is the nearest web safe color code. You can see here many more shades of #07edbf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code07edbf#07edbf
RGB Decimal7, 237, 191rgb(7, 237, 191)
RGB Percent3%, 93%, 75%rgb(3%, 93%, 75%)
CSS RGBa7, 237, 191,1rgba(7,237,191,1)
CMYK Modelcmyk(97%,0%,19%,7%)
HSL Color Space168,94% ,48%hsl(168,94% ,48%)
HSV Color Space168°, 97%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001111110110110111111
Octal7355277
Decimal7237191
Hex07edbf

Different shades of #07edbf color code.

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

Light Shade of #07edbf
#2ef9d0
Dark Shade of #07edbf
#06bb97
Saturated Shade of #07edbf
#00f4c3
Desaturated Shade of #07edbf
#13e1b8
Grey scale Shade of #07edbf
#7a7a7a
Brighten Shade
#20ffd8
Most Readable Shade
#000000

Shades of #07edbf color code

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

#07edbf
#06d2a9
#05b894
#049e7f
#03836a
#036954
#024f3f
#01342a
#001a15
#000000

Similar Color like #07edbf color

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

#08eec0
#09efc1
#0af0c2
#0bf1c3
#0cf2c4
#0df3c5
#0ef4c6
#0ff5c7
#10f6c8
#11f7c9
#12f8ca
#13f9cb
#14facc
#15fbcd
#06ecbe
#05ebbd
#04eabc
#03e9bb
#02e8ba
#01e7b9
#00e6b8
#00e5b7
#00e4b6
#00e3b5
#00e2b4
#00e1b3
#00e0b2
#00dfb1

Monochromatic Color with #07edbf

#07edbf
#011814
#024336
#036d58
#04987a
#06c29d

Tints of #07edbf Color

#07edbf
#22efc6
#3ef1cd
#59f3d4
#75f5db
#90f7e2
#acf9e9
#c7fbf0
#e3fdf7
#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

#07edbf
#ed0735

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

Split Complementary

#07edbf
#ed07a8
#ed4c07

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

Analogous Color

#07ed63
#07ed91
#07edbf
#07eded
#07bfed

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

#07edbf
#bf07ed
#edbf07

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

#07edbf
#4c07ed
#ed0735
#a8ed07

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

#07edbf
#ed0735
#ed4c07
#07a8ed

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

#07edbf Color Code Preview on Black Background Color

This is how #07edbf Color will look on black background color. Color contrast ratio is 13.88

#07edbf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#07edbf color code is use for CSS Background Color

Background color for the above div is #07edbf

HTML with inline CSS

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

#07edbf color code is use for CSS Border Color

CSS Border color for the above div is #07edbf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#07edbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#07edbf Color code Preview on White Background

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

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

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,237,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,7,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(7,237,191,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.