crispedge.com

Color picker

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

#b5ce08 hex color - Lime Rasp - Green - Warm color - Information

#b5ce08 hex color - Lime Rasp - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b5ce08 Color Code is also known as Lime Rasp color.

Hex #b5ce08 Color code in RGB color code model is created after adding 70.98% red color, 80.78% green color and 3.14% blue color. Hex #b5ce08 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 96% yellow and 19% black.

Hex #b5ce08 color code is between #bbcc00 web safe hex color code and #aadd00 web safe hex color code. #bbcc00 is the nearest web safe color code. You can see here many more shades of #b5ce08 color code.

0 Likes 0 Comments | 22 Views

Color Table

Hex Color Codeb5ce08#b5ce08
RGB Decimal181, 206, 8rgb(181, 206, 8)
RGB Percent71%, 81%, 3%rgb(71%, 81%, 3%)
CSS RGBa181, 206, 8,1rgba(181,206,8,1)
CMYK Modelcmyk(12%,0%,96%,19%)
HSL Color Space68,93% ,42%hsl(68,93% ,42%)
HSV Color Space68°, 96%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101011100111000001000
Octal26531610
Decimal1812068
Hexb5ce08

Different shades of #b5ce08 color code.

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

Light Shade of #b5ce08
#d9f613
Dark Shade of #b5ce08
#8a9d06
Saturated Shade of #b5ce08
#bbd600
Desaturated Shade of #b5ce08
#adc313
Grey scale Shade of #b5ce08
#6b6b6b
Brighten Shade
#cee721
Most Readable Shade
#000000

Shades of #b5ce08 color code

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

#b5ce08
#a0b707
#8ca006
#788905
#647204
#505b03
#3c4402
#282d01
#141600
#000000

Similar Color like #b5ce08 color

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

#b6cf09
#b7d00a
#b8d10b
#b9d20c
#bad30d
#bbd40e
#bcd50f
#bdd610
#bed711
#bfd812
#c0d913
#c1da14
#c2db15
#c3dc16
#b4cd07
#b3cc06
#b2cb05
#b1ca04
#b0c903
#afc802
#aec701
#adc600
#acc500
#abc400
#aac300
#a9c200
#a8c100
#a7c000

Monochromatic Color with #b5ce08

#b5ce08
#daf80a
#202401
#454e03
#6a7905
#90a306

Tints of #b5ce08 Color

#b5ce08
#bdd323
#c5d83e
#cdde5a
#d5e375
#dee991
#e6eeac
#eef4c8
#f6f9e3
#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

#b5ce08
#2108ce

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

Split Complementary

#b5ce08
#0852ce
#8408ce

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

Analogous Color

#ce9808
#cebf08
#b5ce08
#8dce08
#66ce08

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

#b5ce08
#08b5ce
#ce08b5

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

#b5ce08
#08ce84
#2108ce
#ce0852

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

#b5ce08
#2108ce
#8408ce
#52ce08

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

#b5ce08 Color Code Preview on Black Background Color

This is how #b5ce08 Color will look on black background color. Color contrast ratio is 11.80

#b5ce08 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5ce08

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5ce08

#b5ce08 color code is use for CSS Background Color

Background color for the above div is #b5ce08

HTML with inline CSS

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

#b5ce08 color code is use for CSS Border Color

CSS Border color for the above div is #b5ce08

HTML with inline CSS

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

CSS Border Left color for the above div is #b5ce08

HTML with inline CSS

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

CSS Border Right color for the above div is #b5ce08

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5ce08

HTML with inline CSS

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

CSS Border Top color for the above div is #b5ce08

HTML with inline CSS

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

#b5ce08 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5ce08 Color code Preview on White Background

This is how #b5ce08 Color code will look on white background color. Color contrast ratio is 1.78

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

Related Gradients

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

0 Likes 0 Comments | 22 Views

Post your comment:-

By submitting comment you agree to our privacy policy.