crispedge.com

Color picker

Loading...

#a7fffd hex color - Blue - Cool color - Information

#a7fffd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a7fffd Color code in RGB color code model is created after adding 65.49% red color, 100% green color and 99.22% blue color. Hex #a7fffd Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 0% magenta, 1% yellow and 0% black.

Hex #a7fffd color code is between #aaeeff web safe hex color code and #99ddee web safe hex color code. #aaeeff is the nearest web safe color code. You can see here many more shades of #a7fffd color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codea7fffd#a7fffd
RGB Decimal167, 255, 253rgb(167, 255, 253)
RGB Percent65%, 100%, 99%rgb(65%, 100%, 99%)
CSS RGBa167, 255, 253,1rgba(167,255,253,1)
CMYK Modelcmyk(35%,0%,1%,0%)
HSL Color Space179,100% ,83%hsl(179,100% ,83%)
HSV Color Space179°, 35%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001111111111111111101
Octal247377375
Decimal167255253
Hexa7fffd

Different shades of #a7fffd color code.

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

Light Shade of #a7fffd
#dafffe
Dark Shade of #a7fffd
#74fffc
Saturated Shade of #a7fffd
#a7fffd
Desaturated Shade of #a7fffd
#abfbf9
Grey scale Shade of #a7fffd
#d3d3d3
Brighten Shade
#c0ffff
Most Readable Shade
#000000

Shades of #a7fffd color code

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

#a7fffd
#94e2e0
#81c6c4
#6faaa8
#5c8d8c
#4a7170
#375554
#253838
#121c1c
#000000

Similar Color like #a7fffd color

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

#a8fffe
#a9ffff
#aaffff
#abffff
#acffff
#adffff
#aeffff
#afffff
#b0ffff
#b1ffff
#b2ffff
#b3ffff
#b4ffff
#b5ffff
#a6fefc
#a5fdfb
#a4fcfa
#a3fbf9
#a2faf8
#a1f9f7
#a0f8f6
#9ff7f5
#9ef6f4
#9df5f3
#9cf4f2
#9bf3f1
#9af2f0
#99f1ef

Monochromatic Color with #a7fffd

#a7fffd
#1c2a2a
#385554
#54807f
#6faaa9
#8bd4d3

Tints of #a7fffd Color

#a7fffd
#b0fffd
#bafffd
#c4fffd
#cefffd
#d7fffe
#e1fffe
#ebfffe
#f5fffe
#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

#a7fffd
#ffa7a9

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

Split Complementary

#a7fffd
#ffa7d5
#ffd1a7

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

Analogous Color

#a7ffda
#a7ffeb
#a7fffd
#a7efff
#a7deff

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

#a7fffd
#fda7ff
#fffda7

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

#a7fffd
#d1a7ff
#ffa7a9
#d5ffa7

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

#a7fffd
#ffa7a9
#ffd1a7
#a7d5ff

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

#a7fffd Color Code Preview on Black Background Color

This is how #a7fffd Color will look on black background color. Color contrast ratio is 18.37

#a7fffd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7fffd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7fffd

#a7fffd color code is use for CSS Background Color

Background color for the above div is #a7fffd

HTML with inline CSS

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

#a7fffd color code is use for CSS Border Color

CSS Border color for the above div is #a7fffd

HTML with inline CSS

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

CSS Border Left color for the above div is #a7fffd

HTML with inline CSS

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

CSS Border Right color for the above div is #a7fffd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a7fffd

HTML with inline CSS

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

CSS Border Top color for the above div is #a7fffd

HTML with inline CSS

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

#a7fffd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a7fffd Color code Preview on White Background

This is how #a7fffd Color code will look on white background color. Color contrast ratio is 1.14

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.