crispedge.com

Color picker

Loading...

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

#7cbec6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7cbec6 Color code in RGB color code model is created after adding 48.63% red color, 74.51% green color and 77.65% blue color. Hex #7cbec6 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 4% magenta, 0% yellow and 22% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7cbec6#7cbec6
RGB Decimal124, 190, 198rgb(124, 190, 198)
RGB Percent49%, 75%, 78%rgb(49%, 75%, 78%)
CSS RGBa124, 190, 198,1rgba(124,190,198,1)
CMYK Modelcmyk(37%,4%,0%,22%)
HSL Color Space186,39% ,63%hsl(186,39% ,63%)
HSV Color Space186°, 37%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111001011111011000110
Octal174276306
Decimal124190198
Hex7cbec6

Different shades of #7cbec6 color code.

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

Light Shade of #7cbec6
#a0d0d5
Dark Shade of #7cbec6
#58acb7
Saturated Shade of #7cbec6
#73c5cf
Desaturated Shade of #7cbec6
#85b7bd
Grey scale Shade of #7cbec6
#a1a1a1
Brighten Shade
#95d7df
Most Readable Shade
#000000

Shades of #7cbec6 color code

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

#7cbec6
#6ea8b0
#60939a
#527e84
#44696e
#375458
#293f42
#1b2a2c
#0d1516
#000000

Similar Color like #7cbec6 color

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

#7dbfc7
#7ec0c8
#7fc1c9
#80c2ca
#81c3cb
#82c4cc
#83c5cd
#84c6ce
#85c7cf
#86c8d0
#87c9d1
#88cad2
#89cbd3
#8accd4
#7bbdc5
#7abcc4
#79bbc3
#78bac2
#77b9c1
#76b8c0
#75b7bf
#74b6be
#73b5bd
#72b4bc
#71b3bb
#70b2ba
#6fb1b9
#6eb0b8

Monochromatic Color with #7cbec6

#7cbec6
#97e7f0
#121b1c
#2c4446
#476c71
#61959b

Tints of #7cbec6 Color

#7cbec6
#8ac5cc
#99ccd2
#a7d3d9
#b6dadf
#c4e2e5
#d3e9ec
#e1f0f2
#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

#7cbec6
#c6847c

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

Split Complementary

#7cbec6
#c67c99
#c6a97c

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

Analogous Color

#7cc6b0
#7cc6bf
#7cbec6
#7cafc6
#7ca0c6

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

#7cbec6
#c67cbe
#bec67c

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

#7cbec6
#a97cc6
#c6847c
#99c67c

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

#7cbec6
#c6847c
#c6a97c
#7c99c6

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

#7cbec6 Color Code Preview on Black Background Color

This is how #7cbec6 Color will look on black background color. Color contrast ratio is 10.04

#7cbec6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7cbec6 color code is use for CSS Background Color

Background color for the above div is #7cbec6

HTML with inline CSS

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

#7cbec6 color code is use for CSS Border Color

CSS Border color for the above div is #7cbec6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7cbec6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7cbec6 Color code Preview on White Background

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

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

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(124,190,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(198,132,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(124,190,198,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.