crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#7cd7ce hex color - Green - Cool color - Information

#7cd7ce hex color - Green - Cool color

Color Hue/Base color: Green

Hex #7cd7ce Color code in RGB color code model is created after adding 48.63% red color, 84.31% green color and 80.78% blue color. Hex #7cd7ce Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 0% magenta, 4% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7cd7ce#7cd7ce
RGB Decimal124, 215, 206rgb(124, 215, 206)
RGB Percent49%, 84%, 81%rgb(49%, 84%, 81%)
CSS RGBa124, 215, 206,1rgba(124,215,206,1)
CMYK Modelcmyk(42%,0%,4%,16%)
HSL Color Space174,53% ,66%hsl(174,53% ,66%)
HSV Color Space174°, 42%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111001101011111001110
Octal174327316
Decimal124215206
Hex7cd7ce

Different shades of #7cd7ce color code.

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

Light Shade of #7cd7ce
#a3e3dd
Dark Shade of #7cd7ce
#55cbbf
Saturated Shade of #7cd7ce
#73e0d5
Desaturated Shade of #7cd7ce
#85cec7
Grey scale Shade of #7cd7ce
#a9a9a9
Brighten Shade
#95f0e7
Most Readable Shade
#000000

Shades of #7cd7ce color code

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

#7cd7ce
#6ebfb7
#60a7a0
#528f89
#447772
#375f5b
#294744
#1b2f2d
#0d1716
#000000

Similar Color like #7cd7ce color

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

#7dd8cf
#7ed9d0
#7fdad1
#80dbd2
#81dcd3
#82ddd4
#83ded5
#84dfd6
#85e0d7
#86e1d8
#87e2d9
#88e3da
#89e4db
#8ae5dc
#7bd6cd
#7ad5cc
#79d4cb
#78d3ca
#77d2c9
#76d1c8
#75d0c7
#74cfc6
#73cec5
#72cdc4
#71ccc3
#70cbc2
#6fcac1
#6ec9c0

Monochromatic Color with #7cd7ce

#7cd7ce
#010202
#1a2d2b
#325754
#4b827d
#63aca5

Tints of #7cd7ce Color

#7cd7ce
#8adbd3
#99dfd8
#a7e4de
#b6e8e3
#c4ede9
#d3f1ee
#e1f6f4
#f0faf9
#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

#7cd7ce
#d77c85

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

Split Complementary

#7cd7ce
#d77cb2
#d7a17c

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

Analogous Color

#7cd7aa
#7cd7bc
#7cd7ce
#7cced7
#7cbcd7

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

#7cd7ce
#ce7cd7
#d7ce7c

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

#7cd7ce
#a07cd7
#d77c85
#b2d77c

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

#7cd7ce
#d77c85
#d7a17c
#7cb2d7

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

#7cd7ce Color Code Preview on Black Background Color

This is how #7cd7ce Color will look on black background color. Color contrast ratio is 12.47

#7cd7ce in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7cd7ce color code is use for CSS Background Color

Background color for the above div is #7cd7ce

HTML with inline CSS

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

#7cd7ce color code is use for CSS Border Color

CSS Border color for the above div is #7cd7ce

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7cd7ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7cd7ce Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.