crispedge.com

Color picker

Loading...

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

#77ffee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #77ffee Color code in RGB color code model is created after adding 46.67% red color, 100% green color and 93.33% blue color. Hex #77ffee Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 7% yellow and 0% black.

Hex #77ffee color code is a web safe color. Next web safe color code is #66eedd and previous web safe color code is #88ddff. You can see here many more shades of #77ffee color code.

0 Likes 0 Comments | 34 Views

RGB Chart

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

Color Table

Hex Color Code77ffee#77ffee
RGB Decimal119, 255, 238rgb(119, 255, 238)
RGB Percent47%, 100%, 93%rgb(47%, 100%, 93%)
CSS RGBa119, 255, 238,1rgba(119,255,238,1)
CMYK Modelcmyk(53%,0%,7%,0%)
HSL Color Space173,100% ,73%hsl(173,100% ,73%)
HSV Color Space173°, 53%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111111111111101110
Octal167377356
Decimal119255238
Hex77ffee

Different shades of #77ffee color code.

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

Light Shade of #77ffee
#aafff4
Dark Shade of #77ffee
#44ffe8
Saturated Shade of #77ffee
#77ffee
Desaturated Shade of #77ffee
#7ef8e9
Grey scale Shade of #77ffee
#bbbbbb
Brighten Shade
#90ffff
Most Readable Shade
#000000

Shades of #77ffee color code

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

#77ffee
#69e2d3
#5cc6b9
#4faa9e
#428d84
#347169
#27554f
#1a3834
#0d1c1a
#000000

Similar Color like #77ffee color

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

#78ffef
#79fff0
#7afff1
#7bfff2
#7cfff3
#7dfff4
#7efff5
#7ffff6
#80fff7
#81fff8
#82fff9
#83fffa
#84fffb
#85fffc
#76feed
#75fdec
#74fceb
#73fbea
#72fae9
#71f9e8
#70f8e7
#6ff7e6
#6ef6e5
#6df5e4
#6cf4e3
#6bf3e2
#6af2e1
#69f1e0

Monochromatic Color with #77ffee

#77ffee
#142a28
#28554f
#3c8077
#4faa9f
#63d4c6

Tints of #77ffee Color

#77ffee
#86ffef
#95fff1
#a4fff3
#b3fff5
#c2fff7
#d1fff9
#e0fffb
#effffd
#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

#77ffee
#ff7788

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

Split Complementary

#77ffee
#ff77cc
#ffaa77

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

Analogous Color

#77ffb8
#77ffd3
#77ffee
#77f5ff
#77daff

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

#77ffee
#ee77ff
#ffee77

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

#77ffee
#aa77ff
#ff7788
#ccff77

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

#77ffee
#ff7788
#ffaa77
#77ccff

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

#77ffee Color Code Preview on Black Background Color

This is how #77ffee Color will look on black background color. Color contrast ratio is 17.32

#77ffee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#77ffee color code is use for CSS Background Color

Background color for the above div is #77ffee

HTML with inline CSS

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

#77ffee color code is use for CSS Border Color

CSS Border color for the above div is #77ffee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#77ffee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77ffee Color code Preview on White Background

This is how #77ffee Color code will look on white background color. Color contrast ratio is 1.21

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

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(119,255,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,119,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,255,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 34 Views

Post your comment:-

By submitting comment you agree to our privacy policy.