crispedge.com

Color picker

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

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

#7cdef6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7cdef6 Color code in RGB color code model is created after adding 48.63% red color, 87.06% green color and 96.47% blue color. Hex #7cdef6 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 10% magenta, 0% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7cdef6#7cdef6
RGB Decimal124, 222, 246rgb(124, 222, 246)
RGB Percent49%, 87%, 96%rgb(49%, 87%, 96%)
CSS RGBa124, 222, 246,1rgba(124,222,246,1)
CMYK Modelcmyk(50%,10%,0%,4%)
HSL Color Space192,87% ,73%hsl(192,87% ,73%)
HSV Color Space192°, 50%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111001101111011110110
Octal174336366
Decimal124222246
Hex7cdef6

Different shades of #7cdef6 color code.

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

Light Shade of #7cdef6
#aceaf9
Dark Shade of #7cdef6
#4cd2f3
Saturated Shade of #7cdef6
#75e2fd
Desaturated Shade of #7cdef6
#83daef
Grey scale Shade of #7cdef6
#b9b9b9
Brighten Shade
#95f7ff
Most Readable Shade
#000000

Shades of #7cdef6 color code

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

#7cdef6
#6ec5da
#60acbf
#5294a4
#447b88
#37626d
#294a52
#1b3136
#0d181b
#000000

Similar Color like #7cdef6 color

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

#7ddff7
#7ee0f8
#7fe1f9
#80e2fa
#81e3fb
#82e4fc
#83e5fd
#84e6fe
#85e7ff
#86e8ff
#87e9ff
#88eaff
#89ebff
#8aecff
#7bddf5
#7adcf4
#79dbf3
#78daf2
#77d9f1
#76d8f0
#75d7ef
#74d6ee
#73d5ed
#72d4ec
#71d3eb
#70d2ea
#6fd1e9
#6ed0e8

Monochromatic Color with #7cdef6

#7cdef6
#111e21
#26454c
#3c6b76
#5191a1
#67b8cb

Tints of #7cdef6 Color

#7cdef6
#8ae1f7
#99e5f8
#a7e9f9
#b6ecfa
#c4f0fb
#d3f4fc
#e1f7fd
#f0fbfe
#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

#7cdef6
#f6947c

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

Split Complementary

#7cdef6
#f67ca1
#f6d17c

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

Analogous Color

#7cf6dd
#7cf6f6
#7cdef6
#7cc6f6
#7cadf6

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

#7cdef6
#f67cde
#def67c

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

#7cdef6
#d17cf6
#f6947c
#a1f67c

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

#7cdef6
#f6947c
#f6d17c
#7ca1f6

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

#7cdef6 Color Code Preview on Black Background Color

This is how #7cdef6 Color will look on black background color. Color contrast ratio is 13.64

#7cdef6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7cdef6 color code is use for CSS Background Color

Background color for the above div is #7cdef6

HTML with inline CSS

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

#7cdef6 color code is use for CSS Border Color

CSS Border color for the above div is #7cdef6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7cdef6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7cdef6 Color code Preview on White Background

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

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

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.