crispedge.com

Color picker

Loading...

#b3dedc hex color - Green - Cool color - Information

#b3dedc hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #b3dedc color code is between #bbdddd web safe hex color code and #aaeecc web safe hex color code. #bbdddd is the nearest web safe color code. You can see here many more shades of #b3dedc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb3dedc#b3dedc
RGB Decimal179, 222, 220rgb(179, 222, 220)
RGB Percent70%, 87%, 86%rgb(70%, 87%, 86%)
CSS RGBa179, 222, 220,1rgba(179,222,220,1)
CMYK Modelcmyk(19%,0%,1%,13%)
HSL Color Space177,39% ,79%hsl(177,39% ,79%)
HSV Color Space177°, 19%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111101111011011100
Octal263336334
Decimal179222220
Hexb3dedc

Different shades of #b3dedc color code.

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

Light Shade of #b3dedc
#d7edec
Dark Shade of #b3dedc
#8fcfcc
Saturated Shade of #b3dedc
#aee3e1
Desaturated Shade of #b3dedc
#b8d9d7
Grey scale Shade of #b3dedc
#c8c8c8
Brighten Shade
#ccf7f5
Most Readable Shade
#000000

Shades of #b3dedc color code

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

#b3dedc
#9fc5c3
#8bacab
#779492
#637b7a
#4f6261
#3b4a49
#273130
#131818
#000000

Similar Color like #b3dedc color

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

#b4dfdd
#b5e0de
#b6e1df
#b7e2e0
#b8e3e1
#b9e4e2
#bae5e3
#bbe6e4
#bce7e5
#bde8e6
#bee9e7
#bfeae8
#c0ebe9
#c1ecea
#b2dddb
#b1dcda
#b0dbd9
#afdad8
#aed9d7
#add8d6
#acd7d5
#abd6d4
#aad5d3
#a9d4d2
#a8d3d1
#a7d2d0
#a6d1cf
#a5d0ce

Monochromatic Color with #b3dedc

#b3dedc
#080909
#2a3434
#4c5e5e
#6e8988
#91b3b2

Tints of #b3dedc Color

#b3dedc
#bbe1df
#c3e5e3
#cce9e7
#d4eceb
#ddf0ef
#e5f4f3
#eef7f7
#f6fbfb
#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

#b3dedc
#deb3b5

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

Split Complementary

#b3dedc
#deb3cb
#dec7b3

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

Analogous Color

#b3decb
#b3ded3
#b3dedc
#b3d7de
#b3cfde

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

#b3dedc
#dcb3de
#dedcb3

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

#b3dedc
#c6b3de
#deb3b5
#cadeb3

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

#b3dedc
#deb3b5
#dec7b3
#b3cbde

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

#b3dedc Color Code Preview on Black Background Color

This is how #b3dedc Color will look on black background color. Color contrast ratio is 14.40

#b3dedc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3dedc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3dedc

#b3dedc color code is use for CSS Background Color

Background color for the above div is #b3dedc

HTML with inline CSS

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

#b3dedc color code is use for CSS Border Color

CSS Border color for the above div is #b3dedc

HTML with inline CSS

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

CSS Border Left color for the above div is #b3dedc

HTML with inline CSS

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

CSS Border Right color for the above div is #b3dedc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3dedc

HTML with inline CSS

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

CSS Border Top color for the above div is #b3dedc

HTML with inline CSS

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

#b3dedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3dedc Color code Preview on White Background

This is how #b3dedc Color code will look on white background color. Color contrast ratio is 1.46

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

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,222,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,179,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,222,220,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.