crispedge.com

Color picker

Loading...

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

#7abdc2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7abdc2 Color code in RGB color code model is created after adding 47.84% red color, 74.12% green color and 76.08% blue color. Hex #7abdc2 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 3% magenta, 0% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7abdc2#7abdc2
RGB Decimal122, 189, 194rgb(122, 189, 194)
RGB Percent48%, 74%, 76%rgb(48%, 74%, 76%)
CSS RGBa122, 189, 194,1rgba(122,189,194,1)
CMYK Modelcmyk(37%,3%,0%,24%)
HSL Color Space184,37% ,62%hsl(184,37% ,62%)
HSV Color Space184°, 37%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101011110111000010
Octal172275302
Decimal122189194
Hex7abdc2

Different shades of #7abdc2 color code.

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

Light Shade of #7abdc2
#9dced2
Dark Shade of #7abdc2
#57acb2
Saturated Shade of #7abdc2
#70c5cc
Desaturated Shade of #7abdc2
#84b5b8
Grey scale Shade of #7abdc2
#9e9e9e
Brighten Shade
#93d6db
Most Readable Shade
#000000

Shades of #7abdc2 color code

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

#7abdc2
#6ca8ac
#5e9396
#517e81
#43696b
#365456
#283f40
#1b2a2b
#0d1515
#000000

Similar Color like #7abdc2 color

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

#7bbec3
#7cbfc4
#7dc0c5
#7ec1c6
#7fc2c7
#80c3c8
#81c4c9
#82c5ca
#83c6cb
#84c7cc
#85c8cd
#86c9ce
#87cacf
#88cbd0
#79bcc1
#78bbc0
#77babf
#76b9be
#75b8bd
#74b7bc
#73b6bb
#72b5ba
#71b4b9
#70b3b8
#6fb2b7
#6eb1b6
#6db0b5
#6cafb4

Monochromatic Color with #7abdc2

#7abdc2
#95e6ec
#0f1718
#2a4142
#456a6d
#5f9497

Tints of #7abdc2 Color

#7abdc2
#88c4c8
#97cbcf
#a6d3d6
#b5dadd
#c3e1e3
#d2e9ea
#e1f0f1
#f0f7f8
#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

#7abdc2
#c27f7a

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

Split Complementary

#7abdc2
#c27a99
#c2a37a

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

Analogous Color

#7ac2aa
#7ac2b9
#7abdc2
#7aafc2
#7aa0c2

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

#7abdc2
#c27abd
#bdc27a

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

#7abdc2
#a37ac2
#c27f7a
#99c27a

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

#7abdc2
#c27f7a
#c2a37a
#7a99c2

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

#7abdc2 Color Code Preview on Black Background Color

This is how #7abdc2 Color will look on black background color. Color contrast ratio is 9.89

#7abdc2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7abdc2 color code is use for CSS Background Color

Background color for the above div is #7abdc2

HTML with inline CSS

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

#7abdc2 color code is use for CSS Border Color

CSS Border color for the above div is #7abdc2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7abdc2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7abdc2 Color code Preview on White Background

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

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

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,189,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(194,127,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(122,189,194,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.