crispedge.com

Color picker

Loading...

#b3ddaf hex color - Green - Cool color - Information

#b3ddaf hex color - Green - Cool color

Color Hue/Base color: Green

Hex #b3ddaf Color code in RGB color code model is created after adding 70.2% red color, 86.67% green color and 68.63% blue color. Hex #b3ddaf Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 21% yellow and 13% black.

Hex #b3ddaf color code is between #bbccaa web safe hex color code and #aaeebb web safe hex color code. #bbccaa is the nearest web safe color code. You can see here many more shades of #b3ddaf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb3ddaf#b3ddaf
RGB Decimal179, 221, 175rgb(179, 221, 175)
RGB Percent70%, 87%, 69%rgb(70%, 87%, 69%)
CSS RGBa179, 221, 175,1rgba(179,221,175,1)
CMYK Modelcmyk(19%,0%,21%,13%)
HSL Color Space115,40% ,78%hsl(115,40% ,78%)
HSV Color Space115°, 21%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111101110110101111
Octal263335257
Decimal179221175
Hexb3ddaf

Different shades of #b3ddaf color code.

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

Light Shade of #b3ddaf
#d5ecd3
Dark Shade of #b3ddaf
#91ce8b
Saturated Shade of #b3ddaf
#aee3a9
Desaturated Shade of #b3ddaf
#b8d7b5
Grey scale Shade of #b3ddaf
#c6c6c6
Brighten Shade
#ccf6c8
Most Readable Shade
#000000

Shades of #b3ddaf color code

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

#b3ddaf
#9fc49b
#8bab88
#779374
#637a61
#4f624d
#3b493a
#273126
#131813
#000000

Similar Color like #b3ddaf color

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

#b4deb0
#b5dfb1
#b6e0b2
#b7e1b3
#b8e2b4
#b9e3b5
#bae4b6
#bbe5b7
#bce6b8
#bde7b9
#bee8ba
#bfe9bb
#c0eabc
#c1ebbd
#b2dcae
#b1dbad
#b0daac
#afd9ab
#aed8aa
#add7a9
#acd6a8
#abd5a7
#aad4a6
#a9d3a5
#a8d2a4
#a7d1a3
#a6d0a2
#a5cfa1

Monochromatic Color with #b3ddaf

#b3ddaf
#070807
#293328
#4c5d4a
#6e886c
#91b38d

Tints of #b3ddaf Color

#b3ddaf
#bbe0b7
#c3e4c0
#cce8c9
#d4ecd2
#ddefdb
#e5f3e4
#eef7ed
#f6fbf6
#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

#b3ddaf
#d9afdd

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

Split Complementary

#b3ddaf
#c2afdd
#ddafca

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

Analogous Color

#c5ddaf
#bcddaf
#b3ddaf
#afddb4
#afddbd

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

#b3ddaf
#afb3dd
#ddafb3

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

#b3ddaf
#afcadd
#d9afdd
#ddc2af

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

#b3ddaf
#d9afdd
#ddafca
#afddc2

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

#b3ddaf Color Code Preview on Black Background Color

This is how #b3ddaf Color will look on black background color. Color contrast ratio is 13.88

#b3ddaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3ddaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3ddaf

#b3ddaf color code is use for CSS Background Color

Background color for the above div is #b3ddaf

HTML with inline CSS

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

#b3ddaf color code is use for CSS Border Color

CSS Border color for the above div is #b3ddaf

HTML with inline CSS

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

CSS Border Left color for the above div is #b3ddaf

HTML with inline CSS

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

CSS Border Right color for the above div is #b3ddaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3ddaf

HTML with inline CSS

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

CSS Border Top color for the above div is #b3ddaf

HTML with inline CSS

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

#b3ddaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3ddaf Color code Preview on White Background

This is how #b3ddaf Color code will look on white background color. Color contrast ratio is 1.51

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

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,221,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,175,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,221,175,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.