crispedge.com

Color picker

Loading...

#bead1a hex color - Yellow - Warm color - Information

#bead1a hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #bead1a Color code in RGB color code model is created after adding 74.51% red color, 67.84% green color and 10.2% blue color. Hex #bead1a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 86% yellow and 25% black.

Hex #bead1a color code is between #bbaa22 web safe hex color code and #ccbb11 web safe hex color code. #bbaa22 is the nearest web safe color code. You can see here many more shades of #bead1a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebead1a#bead1a
RGB Decimal190, 173, 26rgb(190, 173, 26)
RGB Percent75%, 68%, 10%rgb(75%, 68%, 10%)
CSS RGBa190, 173, 26,1rgba(190,173,26,1)
CMYK Modelcmyk(0%,9%,86%,25%)
HSL Color Space54,76% ,42%hsl(54,76% ,42%)
HSV Color Space54°, 86%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101010110100011010
Octal27625532
Decimal19017326
Hexbead1a

Different shades of #bead1a color code.

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

Light Shade of #bead1a
#e2cf29
Dark Shade of #bead1a
#918414
Saturated Shade of #bead1a
#c9b60f
Desaturated Shade of #bead1a
#b3a425
Grey scale Shade of #bead1a
#6c6c6c
Brighten Shade
#d7c633
Most Readable Shade
#000000

Shades of #bead1a color code

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

#bead1a
#a89917
#938614
#7e7311
#69600e
#544c0b
#3f3908
#2a2605
#151302
#000000

Similar Color like #bead1a color

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

#bfae1b
#c0af1c
#c1b01d
#c2b11e
#c3b21f
#c4b320
#c5b421
#c6b522
#c7b623
#c8b724
#c9b825
#cab926
#cbba27
#ccbb28
#bdac19
#bcab18
#bbaa17
#baa916
#b9a815
#b8a714
#b7a613
#b6a512
#b5a411
#b4a310
#b3a20f
#b2a10e
#b1a00d
#b09f0c

Monochromatic Color with #bead1a

#bead1a
#e8d420
#141203
#3e3909
#69600e
#938614

Tints of #bead1a Color

#bead1a
#c5b633
#ccbf4c
#d3c866
#dad17f
#e2da99
#e9e3b2
#f0eccc
#f7f5e5
#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

#bead1a
#1a2bbe

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

Split Complementary

#bead1a
#1a7dbe
#5b1abe

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

Analogous Color

#be6b1a
#be8c1a
#bead1a
#aebe1a
#8dbe1a

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

#bead1a
#1abead
#ad1abe

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

#bead1a
#1abe5b
#1a2bbe
#be1a7d

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

#bead1a
#1a2bbe
#5b1abe
#7dbe1a

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

#bead1a Color Code Preview on Black Background Color

This is how #bead1a Color will look on black background color. Color contrast ratio is 9.18

#bead1a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bead1a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bead1a

#bead1a color code is use for CSS Background Color

Background color for the above div is #bead1a

HTML with inline CSS

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

#bead1a color code is use for CSS Border Color

CSS Border color for the above div is #bead1a

HTML with inline CSS

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

CSS Border Left color for the above div is #bead1a

HTML with inline CSS

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

CSS Border Right color for the above div is #bead1a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bead1a

HTML with inline CSS

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

CSS Border Top color for the above div is #bead1a

HTML with inline CSS

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

#bead1a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bead1a Color code Preview on White Background

This is how #bead1a Color code will look on white background color. Color contrast ratio is 2.29

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

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,173,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,43,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,173,26,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.