crispedge.com

Color picker

Loading...

#beae3a hex color - Yellow - Warm color - Information

#beae3a hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

Hex #beae3a color code is between #bbaa33 web safe hex color code and #ccbb44 web safe hex color code. #bbaa33 is the nearest web safe color code. You can see here many more shades of #beae3a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebeae3a#beae3a
RGB Decimal190, 174, 58rgb(190, 174, 58)
RGB Percent75%, 68%, 23%rgb(75%, 68%, 23%)
CSS RGBa190, 174, 58,1rgba(190,174,58,1)
CMYK Modelcmyk(0%,8%,69%,25%)
HSL Color Space53,53% ,49%hsl(53,53% ,49%)
HSV Color Space53°, 69%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101010111000111010
Octal27625672
Decimal19017458
Hexbeae3a

Different shades of #beae3a color code.

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

Light Shade of #beae3a
#cec05d
Dark Shade of #beae3a
#978a2e
Saturated Shade of #beae3a
#cab72e
Desaturated Shade of #beae3a
#b2a546
Grey scale Shade of #beae3a
#7c7c7c
Brighten Shade
#d7c753
Most Readable Shade
#000000

Shades of #beae3a color code

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

#beae3a
#a89a33
#93872d
#7e7426
#696020
#544d19
#3f3a13
#2a260c
#151306
#000000

Similar Color like #beae3a color

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

#bfaf3b
#c0b03c
#c1b13d
#c2b23e
#c3b33f
#c4b440
#c5b541
#c6b642
#c7b743
#c8b844
#c9b945
#caba46
#cbbb47
#ccbc48
#bdad39
#bcac38
#bbab37
#baaa36
#b9a935
#b8a834
#b7a733
#b6a632
#b5a531
#b4a430
#b3a32f
#b2a22e
#b1a12d
#b0a02c

Monochromatic Color with #beae3a

#beae3a
#e8d547
#141206
#3e3913
#696020
#93872d

Tints of #beae3a Color

#beae3a
#c5b74f
#ccc065
#d3c97b
#dad291
#e2dba7
#e9e4bd
#f0edd3
#f7f6e9
#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

#beae3a
#3a4abe

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

Split Complementary

#beae3a
#3a8cbe
#6c3abe

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

Analogous Color

#be793a
#be943a
#beae3a
#b4be3a
#99be3a

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

#beae3a
#3abeae
#ae3abe

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

#beae3a
#3abe6c
#3a4abe
#be3a8c

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

#beae3a
#3a4abe
#6c3abe
#8cbe3a

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

#beae3a Color Code Preview on Black Background Color

This is how #beae3a Color will look on black background color. Color contrast ratio is 9.30

#beae3a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beae3a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beae3a

#beae3a color code is use for CSS Background Color

Background color for the above div is #beae3a

HTML with inline CSS

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

#beae3a color code is use for CSS Border Color

CSS Border color for the above div is #beae3a

HTML with inline CSS

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

CSS Border Left color for the above div is #beae3a

HTML with inline CSS

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

CSS Border Right color for the above div is #beae3a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #beae3a

HTML with inline CSS

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

CSS Border Top color for the above div is #beae3a

HTML with inline CSS

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

#beae3a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#beae3a Color code Preview on White Background

This is how #beae3a Color code will look on white background color. Color contrast ratio is 2.26

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

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,174,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(58,74,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,174,58,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.