crispedge.com

Color picker

Loading...

#cabf9d hex color - Brown - Warm color - Information

#cabf9d hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #cabf9d Color code in RGB color code model is created after adding 79.22% red color, 74.9% green color and 61.57% blue color. Hex #cabf9d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 22% yellow and 21% black.

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

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Codecabf9d#cabf9d
RGB Decimal202, 191, 157rgb(202, 191, 157)
RGB Percent79%, 75%, 62%rgb(79%, 75%, 62%)
CSS RGBa202, 191, 157,1rgba(202,191,157,1)
CMYK Modelcmyk(0%,5%,22%,21%)
HSL Color Space45,30% ,70%hsl(45,30% ,70%)
HSV Color Space45°, 22%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101011111110011101
Octal312277235
Decimal202191157
Hexcabf9d

Different shades of #cabf9d color code.

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

Light Shade of #cabf9d
#dcd5be
Dark Shade of #cabf9d
#b8a97c
Saturated Shade of #cabf9d
#d2c395
Desaturated Shade of #cabf9d
#c2bba5
Grey scale Shade of #cabf9d
#b3b3b3
Brighten Shade
#e3d8b6
Most Readable Shade
#000000

Shades of #cabf9d color code

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

#cabf9d
#b3a98b
#9d947a
#867f68
#706a57
#595445
#433f34
#2c2a22
#161511
#000000

Similar Color like #cabf9d color

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

#cbc09e
#ccc19f
#cdc2a0
#cec3a1
#cfc4a2
#d0c5a3
#d1c6a4
#d2c7a5
#d3c8a6
#d4c9a7
#d5caa8
#d6cba9
#d7ccaa
#d8cdab
#c9be9c
#c8bd9b
#c7bc9a
#c6bb99
#c5ba98
#c4b997
#c3b896
#c2b795
#c1b694
#c0b593
#bfb492
#beb391
#bdb290
#bcb18f

Monochromatic Color with #cabf9d

#cabf9d
#f4e7be
#201e19
#4a463a
#756f5b
#9f977c

Tints of #cabf9d Color

#cabf9d
#cfc6a7
#d5cdb2
#dbd4bd
#e1dbc8
#e7e2d3
#ede9de
#f3f0e9
#f9f7f4
#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

#cabf9d
#9da8ca

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

Split Complementary

#cabf9d
#9dbfca
#a99dca

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

Analogous Color

#caad9d
#cab69d
#cabf9d
#cac89d
#c3ca9d

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

#cabf9d
#9dcabf
#bf9dca

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

#cabf9d
#9dcaa8
#9da8ca
#ca9dbe

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

#cabf9d
#9da8ca
#a99dca
#bfca9d

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

#cabf9d Color Code Preview on Black Background Color

This is how #cabf9d Color will look on black background color. Color contrast ratio is 11.45

#cabf9d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cabf9d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cabf9d

#cabf9d color code is use for CSS Background Color

Background color for the above div is #cabf9d

HTML with inline CSS

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

#cabf9d color code is use for CSS Border Color

CSS Border color for the above div is #cabf9d

HTML with inline CSS

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

CSS Border Left color for the above div is #cabf9d

HTML with inline CSS

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

CSS Border Right color for the above div is #cabf9d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cabf9d

HTML with inline CSS

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

CSS Border Top color for the above div is #cabf9d

HTML with inline CSS

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

#cabf9d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cabf9d Color code Preview on White Background

This is how #cabf9d Color code will look on white background color. Color contrast ratio is 1.83

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

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(202,191,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,168,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,191,157,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.