crispedge.com

Color picker

Loading...

#bedfe3 hex color - Blue - Cool color - Information

#bedfe3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bedfe3 Color code in RGB color code model is created after adding 74.51% red color, 87.45% green color and 89.02% blue color. Hex #bedfe3 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 2% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebedfe3#bedfe3
RGB Decimal190, 223, 227rgb(190, 223, 227)
RGB Percent75%, 87%, 89%rgb(75%, 87%, 89%)
CSS RGBa190, 223, 227,1rgba(190,223,227,1)
CMYK Modelcmyk(16%,2%,0%,11%)
HSL Color Space186,40% ,82%hsl(186,40% ,82%)
HSV Color Space186°, 16%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101101111111100011
Octal276337343
Decimal190223227
Hexbedfe3

Different shades of #bedfe3 color code.

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

Light Shade of #bedfe3
#e2f1f2
Dark Shade of #bedfe3
#9acdd4
Saturated Shade of #bedfe3
#b9e3e8
Desaturated Shade of #bedfe3
#c3dbde
Grey scale Shade of #bedfe3
#d0d0d0
Brighten Shade
#d7f8fc
Most Readable Shade
#000000

Shades of #bedfe3 color code

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

#bedfe3
#a8c6c9
#93adb0
#7e9497
#697b7e
#546364
#3f4a4b
#2a3132
#151819
#000000

Similar Color like #bedfe3 color

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

#bfe0e4
#c0e1e5
#c1e2e6
#c2e3e7
#c3e4e8
#c4e5e9
#c5e6ea
#c6e7eb
#c7e8ec
#c8e9ed
#c9eaee
#caebef
#cbecf0
#ccedf1
#bddee2
#bcdde1
#bbdce0
#badbdf
#b9dade
#b8d9dd
#b7d8dc
#b6d7db
#b5d6da
#b4d5d9
#b3d4d8
#b2d3d7
#b1d2d6
#b0d1d5

Monochromatic Color with #bedfe3

#bedfe3
#0c0e0e
#303839
#536263
#778b8e
#9ab5b8

Tints of #bedfe3 Color

#bedfe3
#c5e2e6
#cce6e9
#d3e9ec
#daedef
#e2f0f2
#e9f4f5
#f0f7f8
#f7fbfb
#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

#bedfe3
#e3c2be

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

Split Complementary

#bedfe3
#e3becd
#e3d5be

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

Analogous Color

#bee3d8
#bee3e0
#bedfe3
#bed8e3
#bed0e3

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

#bedfe3
#e3bedf
#dfe3be

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

#bedfe3
#d4bee3
#e3c2be
#cce3be

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

#bedfe3
#e3c2be
#e3d5be
#becde3

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

#bedfe3 Color Code Preview on Black Background Color

This is how #bedfe3 Color will look on black background color. Color contrast ratio is 14.85

#bedfe3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bedfe3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bedfe3

#bedfe3 color code is use for CSS Background Color

Background color for the above div is #bedfe3

HTML with inline CSS

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

#bedfe3 color code is use for CSS Border Color

CSS Border color for the above div is #bedfe3

HTML with inline CSS

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

CSS Border Left color for the above div is #bedfe3

HTML with inline CSS

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

CSS Border Right color for the above div is #bedfe3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bedfe3

HTML with inline CSS

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

CSS Border Top color for the above div is #bedfe3

HTML with inline CSS

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

#bedfe3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bedfe3 Color code Preview on White Background

This is how #bedfe3 Color code will look on white background color. Color contrast ratio is 1.41

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

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(190,223,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(227,194,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,223,227,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.