crispedge.com

Color picker

Loading...

#7ceacc hex color - Blue - Cool color - Information

#7ceacc hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #7ceacc Color code in RGB color code model is created after adding 48.63% red color, 91.76% green color and 80% blue color. Hex #7ceacc Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 13% yellow and 8% black.

Hex #7ceacc color code is between #77eebb web safe hex color code and #88dddd web safe hex color code. #77eebb is the nearest web safe color code. You can see here many more shades of #7ceacc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7ceacc#7ceacc
RGB Decimal124, 234, 204rgb(124, 234, 204)
RGB Percent49%, 92%, 80%rgb(49%, 92%, 80%)
CSS RGBa124, 234, 204,1rgba(124,234,204,1)
CMYK Modelcmyk(47%,0%,13%,8%)
HSL Color Space164,72% ,70%hsl(164,72% ,70%)
HSV Color Space164°, 47%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111001110101011001100
Octal174352314
Decimal124234204
Hex7ceacc

Different shades of #7ceacc color code.

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

Light Shade of #7ceacc
#a8f1dd
Dark Shade of #7ceacc
#50e3bb
Saturated Shade of #7ceacc
#74f2cf
Desaturated Shade of #7ceacc
#84e2c9
Grey scale Shade of #7ceacc
#b3b3b3
Brighten Shade
#95ffe5
Most Readable Shade
#000000

Shades of #7ceacc color code

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

#7ceacc
#6ed0b5
#60b69e
#529c88
#448271
#37685a
#294e44
#1b342d
#0d1a16
#000000

Similar Color like #7ceacc color

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

#7debcd
#7eecce
#7fedcf
#80eed0
#81efd1
#82f0d2
#83f1d3
#84f2d4
#85f3d5
#86f4d6
#87f5d7
#88f6d8
#89f7d9
#8af8da
#7be9cb
#7ae8ca
#79e7c9
#78e6c8
#77e5c7
#76e4c6
#75e3c5
#74e2c4
#73e1c3
#72e0c2
#71dfc1
#70dec0
#6fddbf
#6edcbe

Monochromatic Color with #7ceacc

#7ceacc
#0b1513
#224038
#386a5d
#4f9582
#65bfa7

Tints of #7ceacc Color

#7ceacc
#8aecd1
#99eed7
#a7f1dd
#b6f3e2
#c4f5e8
#d3f8ee
#e1faf3
#f0fcf9
#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

#7ceacc
#ea7c9a

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

Split Complementary

#7ceacc
#ea7cd1
#ea957c

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

Analogous Color

#7ceaa0
#7ceab6
#7ceacc
#7ceae2
#7cdcea

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

#7ceacc
#cc7cea
#eacc7c

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

#7ceacc
#957cea
#ea7c9a
#d1ea7c

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

#7ceacc
#ea7c9a
#ea957c
#7cd1ea

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 #7ceacc 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.

#7ceacc Color Code Preview on Black Background Color

This is how #7ceacc Color will look on black background color. Color contrast ratio is 14.50

#7ceacc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7ceacc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7ceacc

#7ceacc color code is use for CSS Background Color

Background color for the above div is #7ceacc

HTML with inline CSS

<div style="background-color:#7ceacc;"></div>

#7ceacc color code is use for CSS Border Color

CSS Border color for the above div is #7ceacc

HTML with inline CSS

<div style="border:5px solid #7ceacc;"></div>

CSS Border Left color for the above div is #7ceacc

HTML with inline CSS

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

CSS Border Right color for the above div is #7ceacc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7ceacc

HTML with inline CSS

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

CSS Border Top color for the above div is #7ceacc

HTML with inline CSS

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

#7ceacc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7ceacc Color code Preview on White Background

This is how #7ceacc Color code will look on white background color. Color contrast ratio is 1.45

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

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(124,234,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,124,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(124,234,204,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.