crispedge.com

Color picker

Loading...

#beaf8f hex color - Yellow - Warm color - Information

#beaf8f hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #beaf8f Color code in RGB color code model is created after adding 74.51% red color, 68.63% green color and 56.08% blue color. Hex #beaf8f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 25% yellow and 25% black.

Hex #beaf8f color code is between #bbaa88 web safe hex color code and #ccbb99 web safe hex color code. #bbaa88 is the nearest web safe color code. You can see here many more shades of #beaf8f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebeaf8f#beaf8f
RGB Decimal190, 175, 143rgb(190, 175, 143)
RGB Percent75%, 69%, 56%rgb(75%, 69%, 56%)
CSS RGBa190, 175, 143,1rgba(190,175,143,1)
CMYK Modelcmyk(0%,8%,25%,25%)
HSL Color Space41,27% ,65%hsl(41,27% ,65%)
HSV Color Space41°, 25%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101010111110001111
Octal276257217
Decimal190175143
Hexbeaf8f

Different shades of #beaf8f color code.

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

Light Shade of #beaf8f
#d1c6af
Dark Shade of #beaf8f
#ab986f
Saturated Shade of #beaf8f
#c7b286
Desaturated Shade of #beaf8f
#b5ac98
Grey scale Shade of #beaf8f
#a6a6a6
Brighten Shade
#d7c8a8
Most Readable Shade
#000000

Shades of #beaf8f color code

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

#beaf8f
#a89b7f
#93886f
#7e745f
#69614f
#544d3f
#3f3a2f
#2a261f
#15130f
#000000

Similar Color like #beaf8f color

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

#bfb090
#c0b191
#c1b292
#c2b393
#c3b494
#c4b595
#c5b696
#c6b797
#c7b898
#c8b999
#c9ba9a
#cabb9b
#cbbc9c
#ccbd9d
#bdae8e
#bcad8d
#bbac8c
#baab8b
#b9aa8a
#b8a989
#b7a888
#b6a787
#b5a686
#b4a585
#b3a484
#b2a383
#b1a282
#b0a181

Monochromatic Color with #beaf8f

#beaf8f
#e8d6af
#14120f
#3e3a2f
#69614f
#93886f

Tints of #beaf8f Color

#beaf8f
#c5b79b
#ccc0a7
#d3c9b4
#dad2c0
#e2dbcd
#e9e4d9
#f0ede6
#f7f6f2
#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

#beaf8f
#8f9ebe

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

Split Complementary

#beaf8f
#8fb6be
#988fbe

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

Analogous Color

#be9c8f
#bea68f
#beaf8f
#beb88f
#babe8f

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

#beaf8f
#8fbeaf
#af8fbe

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

#beaf8f
#8fbe97
#8f9ebe
#be8fb5

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

#beaf8f
#8f9ebe
#988fbe
#b6be8f

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

#beaf8f Color Code Preview on Black Background Color

This is how #beaf8f Color will look on black background color. Color contrast ratio is 9.72

#beaf8f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beaf8f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beaf8f

#beaf8f color code is use for CSS Background Color

Background color for the above div is #beaf8f

HTML with inline CSS

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

#beaf8f color code is use for CSS Border Color

CSS Border color for the above div is #beaf8f

HTML with inline CSS

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

CSS Border Left color for the above div is #beaf8f

HTML with inline CSS

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

CSS Border Right color for the above div is #beaf8f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #beaf8f

HTML with inline CSS

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

CSS Border Top color for the above div is #beaf8f

HTML with inline CSS

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

#beaf8f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#beaf8f Color code Preview on White Background

This is how #beaf8f Color code will look on white background color. Color contrast ratio is 2.16

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

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,175,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,158,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,175,143,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.