crispedge.com

Color picker

Loading...

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

#7aedda hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7aedda Color code in RGB color code model is created after adding 47.84% red color, 92.94% green color and 85.49% blue color. Hex #7aedda Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 0% magenta, 8% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7aedda#7aedda
RGB Decimal122, 237, 218rgb(122, 237, 218)
RGB Percent48%, 93%, 85%rgb(48%, 93%, 85%)
CSS RGBa122, 237, 218,1rgba(122,237,218,1)
CMYK Modelcmyk(49%,0%,8%,7%)
HSL Color Space170,76% ,70%hsl(170,76% ,70%)
HSV Color Space170°, 49%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101110110111011010
Octal172355332
Decimal122237218
Hex7aedda

Different shades of #7aedda color code.

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

Light Shade of #7aedda
#a7f3e6
Dark Shade of #7aedda
#4de7cd
Saturated Shade of #7aedda
#72f5df
Desaturated Shade of #7aedda
#82e5d5
Grey scale Shade of #7aedda
#b3b3b3
Brighten Shade
#93fff3
Most Readable Shade
#000000

Shades of #7aedda color code

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

#7aedda
#6cd2c1
#5eb8a9
#519e91
#438379
#366960
#284f48
#1b3430
#0d1a18
#000000

Similar Color like #7aedda color

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

#7beedb
#7cefdc
#7df0dd
#7ef1de
#7ff2df
#80f3e0
#81f4e1
#82f5e2
#83f6e3
#84f7e4
#85f8e5
#86f9e6
#87fae7
#88fbe8
#79ecd9
#78ebd8
#77ead7
#76e9d6
#75e8d5
#74e7d4
#73e6d3
#72e5d2
#71e4d1
#70e3d0
#6fe2cf
#6ee1ce
#6de0cd
#6cdfcc

Monochromatic Color with #7aedda

#7aedda
#0d1817
#22433e
#386d65
#4e988c
#64c2b3

Tints of #7aedda Color

#7aedda
#88efde
#97f1e2
#a6f3e6
#b5f5ea
#c3f7ee
#d2f9f2
#e1fbf6
#f0fdfa
#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

#7aedda
#ed7a8d

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

Split Complementary

#7aedda
#ed7ac7
#eda17a

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

Analogous Color

#7aedac
#7aedc3
#7aedda
#7ae9ed
#7ad2ed

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

#7aedda
#da7aed
#edda7a

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

#7aedda
#a07aed
#ed7a8d
#c6ed7a

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

#7aedda
#ed7a8d
#eda17a
#7ac7ed

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

#7aedda Color Code Preview on Black Background Color

This is how #7aedda Color will look on black background color. Color contrast ratio is 14.95

#7aedda in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7aedda color code is use for CSS Background Color

Background color for the above div is #7aedda

HTML with inline CSS

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

#7aedda color code is use for CSS Border Color

CSS Border color for the above div is #7aedda

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7aedda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7aedda Color code Preview on White Background

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

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

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(122,237,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,122,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(122,237,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.