crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bed667 hex color - Green - Warm color - Information

#bed667 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #bed667 color code is between #bbdd66 web safe hex color code and #cccc77 web safe hex color code. #bbdd66 is the nearest web safe color code. You can see here many more shades of #bed667 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebed667#bed667
RGB Decimal190, 214, 103rgb(190, 214, 103)
RGB Percent75%, 84%, 40%rgb(75%, 84%, 40%)
CSS RGBa190, 214, 103,1rgba(190,214,103,1)
CMYK Modelcmyk(11%,0%,52%,16%)
HSL Color Space73,58% ,62%hsl(73,58% ,62%)
HSV Color Space73°, 52%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101101011001100111
Octal276326147
Decimal190214103
Hexbed667

Different shades of #bed667 color code.

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

Light Shade of #bed667
#cfe18f
Dark Shade of #bed667
#adcb3f
Saturated Shade of #bed667
#c3e05d
Desaturated Shade of #bed667
#b9cc71
Grey scale Shade of #bed667
#9e9e9e
Brighten Shade
#d7ef80
Most Readable Shade
#000000

Shades of #bed667 color code

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

#bed667
#a8be5b
#93a650
#7e8e44
#697639
#545f2d
#3f4722
#2a2f16
#15170b
#000000

Similar Color like #bed667 color

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

#bfd768
#c0d869
#c1d96a
#c2da6b
#c3db6c
#c4dc6d
#c5dd6e
#c6de6f
#c7df70
#c8e071
#c9e172
#cae273
#cbe374
#cce475
#bdd566
#bcd465
#bbd364
#bad263
#b9d162
#b8d061
#b7cf60
#b6ce5f
#b5cd5e
#b4cc5d
#b3cb5c
#b2ca5b
#b1c95a
#b0c859

Monochromatic Color with #bed667

#bed667
#010101
#272c15
#4d562a
#73813e
#98ab53

Tints of #bed667 Color

#bed667
#c5da77
#ccdf88
#d3e399
#dae8aa
#e2ecbb
#e9f1cc
#f0f5dd
#f7faee
#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

#bed667
#7f67d6

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

Split Complementary

#bed667
#6787d6
#b767d6

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

Analogous Color

#d6c267
#d4d667
#bed667
#a8d667
#92d667

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

#bed667
#67bed6
#d667be

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

#bed667
#67d6b6
#7f67d6
#d66786

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

#bed667
#7f67d6
#b767d6
#87d667

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

#bed667 Color Code Preview on Black Background Color

This is how #bed667 Color will look on black background color. Color contrast ratio is 13.00

#bed667 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bed667

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bed667

#bed667 color code is use for CSS Background Color

Background color for the above div is #bed667

HTML with inline CSS

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

#bed667 color code is use for CSS Border Color

CSS Border color for the above div is #bed667

HTML with inline CSS

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

CSS Border Left color for the above div is #bed667

HTML with inline CSS

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

CSS Border Right color for the above div is #bed667

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bed667

HTML with inline CSS

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

CSS Border Top color for the above div is #bed667

HTML with inline CSS

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

#bed667 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bed667 Color code Preview on White Background

This is how #bed667 Color code will look on white background color. Color contrast ratio is 1.61

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.