crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b3dadd hex color - Green - Cool color - Information

#b3dadd hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #b3dadd color code is between #bbddcc web safe hex color code and #aaccee web safe hex color code. #bbddcc is the nearest web safe color code. You can see here many more shades of #b3dadd color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Codeb3dadd#b3dadd
RGB Decimal179, 218, 221rgb(179, 218, 221)
RGB Percent70%, 85%, 87%rgb(70%, 85%, 87%)
CSS RGBa179, 218, 221,1rgba(179,218,221,1)
CMYK Modelcmyk(19%,1%,0%,13%)
HSL Color Space184,38% ,78%hsl(184,38% ,78%)
HSV Color Space184°, 19%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111101101011011101
Octal263332335
Decimal179218221
Hexb3dadd

Different shades of #b3dadd color code.

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

Light Shade of #b3dadd
#d6ebed
Dark Shade of #b3dadd
#90c9cd
Saturated Shade of #b3dadd
#addfe2
Desaturated Shade of #b3dadd
#b8d5d7
Grey scale Shade of #b3dadd
#c8c8c8
Brighten Shade
#ccf3f6
Most Readable Shade
#000000

Shades of #b3dadd color code

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

#b3dadd
#9fc1c4
#8ba9ab
#779193
#63797a
#4f6062
#3b4849
#273031
#131818
#000000

Similar Color like #b3dadd color

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

#b4dbde
#b5dcdf
#b6dde0
#b7dee1
#b8dfe2
#b9e0e3
#bae1e4
#bbe2e5
#bce3e6
#bde4e7
#bee5e8
#bfe6e9
#c0e7ea
#c1e8eb
#b2d9dc
#b1d8db
#b0d7da
#afd6d9
#aed5d8
#add4d7
#acd3d6
#abd2d5
#aad1d4
#a9d0d3
#a8cfd2
#a7ced1
#a6cdd0
#a5cccf

Monochromatic Color with #b3dadd

#b3dadd
#070808
#293233
#4c5c5d
#6e8688
#91b0b3

Tints of #b3dadd Color

#b3dadd
#bbdee0
#c3e2e4
#cce6e8
#d4eaec
#ddeeef
#e5f2f3
#eef6f7
#f6fafb
#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

#b3dadd
#ddb6b3

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

Split Complementary

#b3dadd
#ddb3c5
#ddcbb3

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

Analogous Color

#b3ddcf
#b3ddd8
#b3dadd
#b3d2dd
#b3c9dd

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

#b3dadd
#ddb3da
#daddb3

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

#b3dadd
#cbb3dd
#ddb6b3
#c5ddb3

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

#b3dadd
#ddb6b3
#ddcbb3
#b3c5dd

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

#b3dadd Color Code Preview on Black Background Color

This is how #b3dadd Color will look on black background color. Color contrast ratio is 13.99

#b3dadd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3dadd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3dadd

#b3dadd color code is use for CSS Background Color

Background color for the above div is #b3dadd

HTML with inline CSS

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

#b3dadd color code is use for CSS Border Color

CSS Border color for the above div is #b3dadd

HTML with inline CSS

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

CSS Border Left color for the above div is #b3dadd

HTML with inline CSS

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

CSS Border Right color for the above div is #b3dadd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3dadd

HTML with inline CSS

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

CSS Border Top color for the above div is #b3dadd

HTML with inline CSS

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

#b3dadd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3dadd Color code Preview on White Background

This is how #b3dadd Color code will look on white background color. Color contrast ratio is 1.50

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.