crispedge.com

Color picker

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

#77e1de hex color - Blue - Cool color - Information

#77e1de hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #77e1de Color code in RGB color code model is created after adding 46.67% red color, 88.24% green color and 87.06% blue color. Hex #77e1de Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 1% yellow and 12% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code77e1de#77e1de
RGB Decimal119, 225, 222rgb(119, 225, 222)
RGB Percent47%, 88%, 87%rgb(47%, 88%, 87%)
CSS RGBa119, 225, 222,1rgba(119,225,222,1)
CMYK Modelcmyk(47%,0%,1%,12%)
HSL Color Space178,64% ,67%hsl(178,64% ,67%)
HSV Color Space178°, 47%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111110000111011110
Octal167341336
Decimal119225222
Hex77e1de

Different shades of #77e1de color code.

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

Light Shade of #77e1de
#a1eae8
Dark Shade of #77e1de
#4dd8d4
Saturated Shade of #77e1de
#6fe9e6
Desaturated Shade of #77e1de
#7fd9d6
Grey scale Shade of #77e1de
#acacac
Brighten Shade
#90faf7
Most Readable Shade
#000000

Shades of #77e1de color code

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

#77e1de
#69c8c5
#5cafac
#4f9694
#427d7b
#346462
#274b4a
#1a3231
#0d1918
#000000

Similar Color like #77e1de color

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

#78e2df
#79e3e0
#7ae4e1
#7be5e2
#7ce6e3
#7de7e4
#7ee8e5
#7fe9e6
#80eae7
#81ebe8
#82ece9
#83edea
#84eeeb
#85efec
#76e0dd
#75dfdc
#74dedb
#73ddda
#72dcd9
#71dbd8
#70dad7
#6fd9d6
#6ed8d5
#6dd7d4
#6cd6d3
#6bd5d2
#6ad4d1
#69d3d0

Monochromatic Color with #77e1de

#77e1de
#070c0c
#1d3736
#346160
#4a8c8a
#61b6b4

Tints of #77e1de Color

#77e1de
#86e4e1
#95e7e5
#a4ebe9
#b3eeec
#c2f1f0
#d1f5f4
#e0f8f7
#effbfb
#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

#77e1de
#e1777a

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

Split Complementary

#77e1de
#e177af
#e1a977

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

Analogous Color

#77e1b4
#77e1c9
#77e1de
#77cfe1
#77bae1

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

#77e1de
#de77e1
#e1de77

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

#77e1de
#a977e1
#e1777a
#afe177

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

#77e1de
#e1777a
#e1a977
#77afe1

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 #77e1de 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.

#77e1de Color Code Preview on Black Background Color

This is how #77e1de Color will look on black background color. Color contrast ratio is 13.61

#77e1de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77e1de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77e1de

#77e1de color code is use for CSS Background Color

Background color for the above div is #77e1de

HTML with inline CSS

<div style="background-color:#77e1de;"></div>

#77e1de color code is use for CSS Border Color

CSS Border color for the above div is #77e1de

HTML with inline CSS

<div style="border:5px solid #77e1de;"></div>

CSS Border Left color for the above div is #77e1de

HTML with inline CSS

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

CSS Border Right color for the above div is #77e1de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #77e1de

HTML with inline CSS

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

CSS Border Top color for the above div is #77e1de

HTML with inline CSS

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

#77e1de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77e1de Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.