crispedge.com

Color picker

Loading...

#b3ffcd hex color - Green - Cool color - Information

#b3ffcd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #b3ffcd Color code in RGB color code model is created after adding 70.2% red color, 100% green color and 80.39% blue color. Hex #b3ffcd Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 20% yellow and 0% black.

Hex #b3ffcd color code is between #bbeecc web safe hex color code and #aadddd web safe hex color code. #bbeecc is the nearest web safe color code. You can see here many more shades of #b3ffcd color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeb3ffcd#b3ffcd
RGB Decimal179, 255, 205rgb(179, 255, 205)
RGB Percent70%, 100%, 80%rgb(70%, 100%, 80%)
CSS RGBa179, 255, 205,1rgba(179,255,205,1)
CMYK Modelcmyk(30%,0%,20%,0%)
HSL Color Space141,100% ,85%hsl(141,100% ,85%)
HSV Color Space141°, 30%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111111111111001101
Octal263377315
Decimal179255205
Hexb3ffcd

Different shades of #b3ffcd color code.

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

Light Shade of #b3ffcd
#e6ffef
Dark Shade of #b3ffcd
#80ffab
Saturated Shade of #b3ffcd
#b3ffcd
Desaturated Shade of #b3ffcd
#b7fbce
Grey scale Shade of #b3ffcd
#d9d9d9
Brighten Shade
#ccffe6
Most Readable Shade
#000000

Shades of #b3ffcd color code

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

#b3ffcd
#9fe2b6
#8bc69f
#77aa88
#638d71
#4f715b
#3b5544
#27382d
#131c16
#000000

Similar Color like #b3ffcd color

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

#b4ffce
#b5ffcf
#b6ffd0
#b7ffd1
#b8ffd2
#b9ffd3
#baffd4
#bbffd5
#bcffd6
#bdffd7
#beffd8
#bfffd9
#c0ffda
#c1ffdb
#b2fecc
#b1fdcb
#b0fcca
#affbc9
#aefac8
#adf9c7
#acf8c6
#abf7c5
#aaf6c4
#a9f5c3
#a8f4c2
#a7f3c1
#a6f2c0
#a5f1bf

Monochromatic Color with #b3ffcd

#b3ffcd
#1e2a22
#3c5544
#5a8067
#77aa89
#95d4ab

Tints of #b3ffcd Color

#b3ffcd
#bbffd2
#c3ffd8
#ccffdd
#d4ffe3
#ddffe8
#e5ffee
#eefff3
#f6fff9
#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

#b3ffcd
#ffb3e5

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

Split Complementary

#b3ffcd
#f3b3ff
#ffb3bf

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

Analogous Color

#b7ffb3
#b3ffbe
#b3ffcd
#b3ffdc
#b3ffeb

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

#b3ffcd
#cdb3ff
#ffcdb3

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

#b3ffcd
#b3bfff
#ffb3e5
#fff3b3

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

#b3ffcd
#ffb3e5
#ffb3bf
#b3fff3

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

#b3ffcd Color Code Preview on Black Background Color

This is how #b3ffcd Color will look on black background color. Color contrast ratio is 18.10

#b3ffcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3ffcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3ffcd

#b3ffcd color code is use for CSS Background Color

Background color for the above div is #b3ffcd

HTML with inline CSS

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

#b3ffcd color code is use for CSS Border Color

CSS Border color for the above div is #b3ffcd

HTML with inline CSS

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

CSS Border Left color for the above div is #b3ffcd

HTML with inline CSS

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

CSS Border Right color for the above div is #b3ffcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3ffcd

HTML with inline CSS

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

CSS Border Top color for the above div is #b3ffcd

HTML with inline CSS

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

#b3ffcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3ffcd Color code Preview on White Background

This is how #b3ffcd Color code will look on white background color. Color contrast ratio is 1.16

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.