crispedge.com

Color picker

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

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

#7cefee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7cefee Color code in RGB color code model is created after adding 48.63% red color, 93.73% green color and 93.33% blue color. Hex #7cefee Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 0% magenta, 0% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7cefee#7cefee
RGB Decimal124, 239, 238rgb(124, 239, 238)
RGB Percent49%, 94%, 93%rgb(49%, 94%, 93%)
CSS RGBa124, 239, 238,1rgba(124,239,238,1)
CMYK Modelcmyk(48%,0%,0%,6%)
HSL Color Space179,78% ,71%hsl(179,78% ,71%)
HSV Color Space179°, 48%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111001110111111101110
Octal174357356
Decimal124239238
Hex7cefee

Different shades of #7cefee color code.

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

Light Shade of #7cefee
#a9f5f4
Dark Shade of #7cefee
#4fe9e8
Saturated Shade of #7cefee
#75f6f5
Desaturated Shade of #7cefee
#83e8e7
Grey scale Shade of #7cefee
#b5b5b5
Brighten Shade
#95ffff
Most Readable Shade
#000000

Shades of #7cefee color code

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

#7cefee
#6ed4d3
#60b9b9
#529f9e
#448484
#376a69
#294f4f
#1b3534
#0d1a1a
#000000

Similar Color like #7cefee color

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

#7df0ef
#7ef1f0
#7ff2f1
#80f3f2
#81f4f3
#82f5f4
#83f6f5
#84f7f6
#85f8f7
#86f9f8
#87faf9
#88fbfa
#89fcfb
#8afdfc
#7beeed
#7aedec
#79eceb
#78ebea
#77eae9
#76e9e8
#75e8e7
#74e7e6
#73e6e5
#72e5e4
#71e4e3
#70e3e2
#6fe2e1
#6ee1e0

Monochromatic Color with #7cefee

#7cefee
#0e1a1a
#244545
#3a6f6f
#509a99
#66c4c4

Tints of #7cefee Color

#7cefee
#8af0ef
#99f2f1
#a7f4f3
#b6f6f5
#c4f7f7
#d3f9f9
#e1fbfb
#f0fdfd
#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

#7cefee
#ef7c7d

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

Split Complementary

#7cefee
#ef7cb6
#efb57c

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

Analogous Color

#7cefc0
#7cefd7
#7cefee
#7cd9ef
#7cc2ef

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

#7cefee
#ee7cef
#efee7c

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

#7cefee
#b47cef
#ef7c7d
#b6ef7c

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

#7cefee
#ef7c7d
#efb57c
#7cb6ef

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

#7cefee Color Code Preview on Black Background Color

This is how #7cefee Color will look on black background color. Color contrast ratio is 15.44

#7cefee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7cefee color code is use for CSS Background Color

Background color for the above div is #7cefee

HTML with inline CSS

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

#7cefee color code is use for CSS Border Color

CSS Border color for the above div is #7cefee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7cefee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7cefee Color code Preview on White Background

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

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

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.