crispedge.com

Color picker

Loading...

#bef4ce hex color - Green - Cool color - Information

#bef4ce hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bef4ce Color code in RGB color code model is created after adding 74.51% red color, 95.69% green color and 80.78% blue color. Hex #bef4ce Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 16% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebef4ce#bef4ce
RGB Decimal190, 244, 206rgb(190, 244, 206)
RGB Percent75%, 96%, 81%rgb(75%, 96%, 81%)
CSS RGBa190, 244, 206,1rgba(190,244,206,1)
CMYK Modelcmyk(22%,0%,16%,4%)
HSL Color Space138,71% ,85%hsl(138,71% ,85%)
HSV Color Space138°, 22%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101111010011001110
Octal276364316
Decimal190244206
Hexbef4ce

Different shades of #bef4ce color code.

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

Light Shade of #bef4ce
#eafbef
Dark Shade of #bef4ce
#92edad
Saturated Shade of #bef4ce
#baf8cc
Desaturated Shade of #bef4ce
#c2f0d0
Grey scale Shade of #bef4ce
#d9d9d9
Brighten Shade
#d7ffe7
Most Readable Shade
#000000

Shades of #bef4ce color code

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

#bef4ce
#a8d8b7
#93bda0
#7ea289
#698772
#546c5b
#3f5144
#2a362d
#151b16
#000000

Similar Color like #bef4ce color

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

#bff5cf
#c0f6d0
#c1f7d1
#c2f8d2
#c3f9d3
#c4fad4
#c5fbd5
#c6fcd6
#c7fdd7
#c8fed8
#c9ffd9
#caffda
#cbffdb
#ccffdc
#bdf3cd
#bcf2cc
#bbf1cb
#baf0ca
#b9efc9
#b8eec8
#b7edc7
#b6ecc6
#b5ebc5
#b4eac4
#b3e9c3
#b2e8c2
#b1e7c1
#b0e6c0

Monochromatic Color with #bef4ce

#bef4ce
#191f1b
#3a4a3e
#5b7462
#7c9f86
#9dc9aa

Tints of #bef4ce Color

#bef4ce
#c5f5d3
#ccf6d8
#d3f7de
#daf8e3
#e2fae9
#e9fbee
#f0fcf4
#f7fdf9
#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

#bef4ce
#f4bee4

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

Split Complementary

#bef4ce
#e9bef4
#f4bec9

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

Analogous Color

#c4f4be
#bef4c3
#bef4ce
#bef4d9
#bef4e4

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

#bef4ce
#cebef4
#f4cebe

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

#bef4ce
#bec9f4
#f4bee4
#f4e9be

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

#bef4ce
#f4bee4
#f4bec9
#bef4e9

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

#bef4ce Color Code Preview on Black Background Color

This is how #bef4ce Color will look on black background color. Color contrast ratio is 17.02

#bef4ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef4ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef4ce

#bef4ce color code is use for CSS Background Color

Background color for the above div is #bef4ce

HTML with inline CSS

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

#bef4ce color code is use for CSS Border Color

CSS Border color for the above div is #bef4ce

HTML with inline CSS

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

CSS Border Left color for the above div is #bef4ce

HTML with inline CSS

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

CSS Border Right color for the above div is #bef4ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bef4ce

HTML with inline CSS

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

CSS Border Top color for the above div is #bef4ce

HTML with inline CSS

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

#bef4ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bef4ce Color code Preview on White Background

This is how #bef4ce Color code will look on white background color. Color contrast ratio is 1.23

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

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,244,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(244,190,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,244,206,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.